From 7f79f9181b8bf74a2b40a372b0cb0b0f0e434113 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 6 Jul 2021 00:04:38 +0200 Subject: [PATCH] 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 9d4d79091799..8d0626ebdf0e 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 -- 2.32.0