git: a81d5444d20f - main - graphics/gimp-app: OPENEXR_LIB_DEPENDS+=Imath
Matthias Andree
mandree at FreeBSD.org
Fri Jul 16 16:26:45 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a81d5444d20fb555f0313f042c99a51ad577ba6c
commit a81d5444d20fb555f0313f042c99a51ad577ba6c
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-07-05 22:04:38 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-07-16 16:26:06 +0000
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
---
graphics/gimp-app/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list