Skip to content

Commit bc5a54f

Browse files
committed
graphics/ImageMagick7: make compatible with OpenEXR/Imath 3.0
1 parent 6c6650b commit bc5a54f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎graphics/ImageMagick7/Makefile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PORTNAME= ImageMagick
22
DISTVERSION= 7.0.10-24
3-
PORTREVISION= 2
3+
PORTREVISION= 3
44
CATEGORIES= graphics perl5
55
MASTER_SITES= https://www.imagemagick.org/download/ \
66
https://www.imagemagick.org/download/releases/ \
@@ -243,8 +243,8 @@ CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR}
243243
. if ${_IMAGEMAGICK_THREADS} == "no"
244244
IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
245245
. else
246-
LIB_DEPENDS+= libIlmImf.so:graphics/openexr \
247-
libImath.so:graphics/ilmbase
246+
LIB_DEPENDS+= libOpenEXR.so:graphics/openexr \
247+
libImath.so:math/Imath
248248
PLIST_SUB+= OPENEXR=""
249249
. endif
250250
.else

0 commit comments

Comments
 (0)