There was an error while loading. Please reload this page.
1 parent 6c6650b commit bc5a54fCopy full SHA for bc5a54f
graphics/ImageMagick7/Makefile
@@ -1,6 +1,6 @@
1
PORTNAME= ImageMagick
2
DISTVERSION= 7.0.10-24
3
-PORTREVISION= 2
+PORTREVISION= 3
4
CATEGORIES= graphics perl5
5
MASTER_SITES= https://www.imagemagick.org/download/ \
6
https://www.imagemagick.org/download/releases/ \
@@ -243,8 +243,8 @@ CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR}
243
. if ${_IMAGEMAGICK_THREADS} == "no"
244
IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
245
. else
246
-LIB_DEPENDS+= libIlmImf.so:graphics/openexr \
247
- libImath.so:graphics/ilmbase
+LIB_DEPENDS+= libOpenEXR.so:graphics/openexr \
+ libImath.so:math/Imath
248
PLIST_SUB+= OPENEXR=""
249
. endif
250
.else
0 commit comments