diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2018-09-22 10:15:22 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2018-09-22 10:15:22 +0000 |
commit | d1cfeab07edadd10dd4f099e9dd0c9103b3596be (patch) | |
tree | 3378240ab0ba279cc8a007880049ac1be723082d /graphics/darktable | |
parent | af8a39ccb6a2b032b3db242b42f46734d62da830 (diff) | |
download | ports-d1cfeab07edadd10dd4f099e9dd0c9103b3596be.tar.gz ports-d1cfeab07edadd10dd4f099e9dd0c9103b3596be.zip |
Notes
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index d0a404e868b9..87cfe5464c45 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ @@ -82,8 +82,8 @@ NLS_USES_OFF= gettext-runtime NLS_CMAKE_OFF= -DUSE_NLS:BOOL=OFF NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl -OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ - libIlmThread-2_2.so:graphics/ilmbase +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \ + libIlmThread.so:graphics/ilmbase OPENEXR_CMAKE_OFF= -DUSE_OPENEXR:BOOL=OFF OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg |