diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2023-01-28 09:07:20 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-01-28 09:07:20 +0000 |
commit | 9f7fa464f816bb420cba134635daadfbcd1f8a6e (patch) | |
tree | 7773df64411cfb5e25d6a156f7536d05ce985f58 /graphics/darktable | |
parent | d410d3f2f6b2c6fa2cca725b91ea97077884072f (diff) |
graphics/darktable: re-sort LIB_DEPENDS
purely cosmetic change
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 9eae377ea7ca..84065ff06e79 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -29,8 +29,8 @@ LIB_DEPENDS= libavif.so:graphics/libavif \ libicui18n.so:devel/icu \ libImath.so:math/Imath \ libjasper.so:graphics/jasper \ - libjxl_threads.so:graphics/libjxl \ libjson-glib-1.0.so:devel/json-glib \ + libjxl_threads.so:graphics/libjxl \ liblcms2.so:graphics/lcms2 \ liblensfun.so:graphics/lensfun \ libOpenEXR.so:graphics/openexr \ |