aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-04-11 21:56:56 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-04-12 00:33:50 +0000
commitbc5a54f73de0d99f3948c83571c73997abbc8fb7 (patch)
tree0209faccebbc36041fe916d1fb95d862e38bfdbe
parent6c6650b787dd7e7cc039439d8ce7d5cfbed6e30c (diff)
downloadports-bc5a54f73de0d99f3948c83571c73997abbc8fb7.tar.gz
ports-bc5a54f73de0d99f3948c83571c73997abbc8fb7.zip
graphics/ImageMagick7: make compatible with OpenEXR/Imath 3.0
-rw-r--r--graphics/ImageMagick7/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index b0ed2b8bc758..b039d268f2c8 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ImageMagick
DISTVERSION= 7.0.10-24
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics perl5
MASTER_SITES= https://www.imagemagick.org/download/ \
https://www.imagemagick.org/download/releases/ \
@@ -243,8 +243,8 @@ CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR}
. if ${_IMAGEMAGICK_THREADS} == "no"
IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
. else
-LIB_DEPENDS+= libIlmImf.so:graphics/openexr \
- libImath.so:graphics/ilmbase
+LIB_DEPENDS+= libOpenEXR.so:graphics/openexr \
+ libImath.so:math/Imath
PLIST_SUB+= OPENEXR=""
. endif
.else