aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-07-05 22:04:38 +0000
committerMatthias Andree <mandree@FreeBSD.org>2021-07-16 16:26:06 +0000
commita81d5444d20fb555f0313f042c99a51ad577ba6c (patch)
treeb8df71c0933adebcbf6093b9ab66ce8eba047877
parent58e26f659ee7fca73abd3b0c39691120d991f409 (diff)
downloadports-a81d5444d20fb555f0313f042c99a51ad577ba6c.tar.gz
ports-a81d5444d20fb555f0313f042c99a51ad577ba6c.zip
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
-rw-r--r--graphics/gimp-app/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index a16ba3bcb7ca..7d86ec558985 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -118,7 +118,8 @@ LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng
LIBMNG_CONFIGURE_WITH= libmng
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_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg