mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/ImageMagick6: make compatible with OpenEXR/Imath 3.0
This commit is contained in:
parent
73ed226ab4
commit
6c6650b787
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ImageMagick
|
PORTNAME= ImageMagick
|
||||||
DISTVERSION= 6.9.11-6
|
DISTVERSION= 6.9.11-6
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= graphics perl5
|
CATEGORIES= graphics perl5
|
||||||
MASTER_SITES= https://www.imagemagick.org/download/ \
|
MASTER_SITES= https://www.imagemagick.org/download/ \
|
||||||
|
@ -245,8 +245,8 @@ CONFIGURE_ARGS+= --with-windows-font-dir=${WITH_WINDOWS_FONT_DIR}
|
||||||
. if ${_IMAGEMAGICK_THREADS} == "no"
|
. if ${_IMAGEMAGICK_THREADS} == "no"
|
||||||
IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
|
IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
|
||||||
. else
|
. else
|
||||||
LIB_DEPENDS+= libIlmImf.so:graphics/openexr \
|
LIB_DEPENDS+= libOpenEXR.so:graphics/openexr \
|
||||||
libImath.so:graphics/ilmbase
|
libImath.so:math/Imath
|
||||||
PLIST_SUB+= OPENEXR=""
|
PLIST_SUB+= OPENEXR=""
|
||||||
. endif
|
. endif
|
||||||
.else
|
.else
|
||||||
|
|
Loading…
Add table
Reference in a new issue