diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2023-01-28 08:56:26 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-01-28 09:02:33 +0000 |
commit | d410d3f2f6b2c6fa2cca725b91ea97077884072f (patch) | |
tree | 36715bed8ca6cf187d74dfa0edd6be1433495694 | |
parent | fbf337b4df201b9e4d78d86bc876125ee710143d (diff) |
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/Makefile | 3 |
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 \ |