git: 9f7fa464f816 - main - graphics/darktable: re-sort LIB_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Jan 2023 09:08:06 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f7fa464f816bb420cba134635daadfbcd1f8a6e commit 9f7fa464f816bb420cba134635daadfbcd1f8a6e Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2023-01-28 09:07:20 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-01-28 09:07:20 +0000 graphics/darktable: re-sort LIB_DEPENDS purely cosmetic change --- graphics/darktable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \