aboutsummaryrefslogtreecommitdiff
path: root/graphics/darktable
diff options
context:
space:
mode:
authorPhilipp Ost <bsd@philippost.de>2022-07-02 22:15:28 +0000
committerMatthias Andree <mandree@FreeBSD.org>2022-07-18 21:25:20 +0000
commitd47785c3f7b42a6b43d73976049229d27d30330e (patch)
tree14e23a6c0f9e8dd25423a4bf6a86572e1a39e8df /graphics/darktable
parent93a7d331e025edf48fedb47165b1ab7bcb108f90 (diff)
downloadports-d47785c3f7b42a6b43d73976049229d27d30330e.tar.gz
ports-d47785c3f7b42a6b43d73976049229d27d30330e.zip
graphics/darktable: Fix non-functional HEIF option.
[omitting the HEIF_DESC which is now centrally managed] PR: 263863
Diffstat (limited to 'graphics/darktable')
-rw-r--r--graphics/darktable/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 32354e1c3b7c..741a78e9ceca 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -2,7 +2,7 @@
PORTNAME= darktable
PORTVERSION= 3.8.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@@ -24,7 +24,6 @@ LIB_DEPENDS= libcolord-gtk.so:graphics/colord-gtk \
libcurl.so:ftp/curl \
libexiv2.so:graphics/exiv2 \
libharfbuzz.so:print/harfbuzz \
- libheif.so:graphics/libheif \
libicui18n.so:devel/icu \
libjasper.so:graphics/jasper \
libjson-glib-1.0.so:devel/json-glib \
@@ -84,6 +83,9 @@ GRAPHMAGICK_CMAKE_BOOL= USE_GRAPHICSMAGICK
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
AVIF_CMAKE_BOOL= USE_AVIF
+HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
+HEIF_CMAKE_BOOL= USE_HEIF
+
LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret
LIBSECRET_CMAKE_BOOL= USE_LIBSECRET