aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2023-01-28 08:56:26 +0000
committerMatthias Andree <mandree@FreeBSD.org>2023-01-28 09:02:33 +0000
commitd410d3f2f6b2c6fa2cca725b91ea97077884072f (patch)
tree36715bed8ca6cf187d74dfa0edd6be1433495694
parentfbf337b4df201b9e4d78d86bc876125ee710143d (diff)
downloadports-d410d3f2f6b2c6fa2cca725b91ea97077884072f.tar.gz
ports-d410d3f2f6b2c6fa2cca725b91ea97077884072f.zip
graphics/darktable: fix stage-qa libjxl complaint
Approved by: portmgr@ (blanket fix-depends) Reported by: Jan Beich The actual file support was previously requested in PR: 266125 as a misnamed option, but now JPEG XL is enabled unconditionally.
-rw-r--r--graphics/darktable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 6251a49acef1..9eae377ea7ca 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= darktable
PORTVERSION= 4.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@@ -29,6 +29,7 @@ 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 \
liblcms2.so:graphics/lcms2 \
liblensfun.so:graphics/lensfun \