graphics/ImageMagick7: make compatible with OpenEXR/Imath 3.0

This commit is contained in:
Matthias Andree 2021-04-11 23:56:56 +02:00
parent 6c6650b787
commit bc5a54f73d

View File

@ -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