mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/gimp-app: OPENEXR_LIB_DEPENDS+=Imath
Since Imath is in the port's INDEX and OpenEXR will pull Imath in, I think we can forgo a PORTREVISION bump. PR: 256983 Reported by: Philipp Ost MFH: 2021Q3
This commit is contained in:
parent
58e26f659e
commit
a81d5444d2
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng
|
||||||
LIBMNG_CONFIGURE_WITH= libmng
|
LIBMNG_CONFIGURE_WITH= libmng
|
||||||
|
|
||||||
OPENEXR_CONFIGURE_WITH= openexr
|
OPENEXR_CONFIGURE_WITH= openexr
|
||||||
OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr
|
OPENEXR_LIB_DEPENDS= libImath-3_0.so:math/Imath \
|
||||||
|
libOpenEXR.so:graphics/openexr
|
||||||
|
|
||||||
OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support
|
OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support
|
||||||
OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
|
OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg
|
||||||
|
|
Loading…
Add table
Reference in a new issue