git: d47785c3f7b4 - main - graphics/darktable: Fix non-functional HEIF option.

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Mon, 18 Jul 2022 21:25:41 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d47785c3f7b42a6b43d73976049229d27d30330e

commit d47785c3f7b42a6b43d73976049229d27d30330e
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2022-07-02 22:15:28 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-07-18 21:25:20 +0000

    graphics/darktable: Fix non-functional HEIF option.
    
    [omitting the HEIF_DESC which is now centrally managed]
    
    PR:             263863
---
 graphics/darktable/Makefile | 6 ++++--
 1 file 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