Date: Fri, 16 Jul 2021 16:26:44 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a81d5444d20f - main - graphics/gimp-app: OPENEXR_LIB_DEPENDS+=Imath Message-ID: <202107161626.16GGQivp075139@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=a81d5444d20fb555f0313f042c99a51ad577ba6c commit a81d5444d20fb555f0313f042c99a51ad577ba6c Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-07-05 22:04:38 +0000 Commit: Matthias Andree <mandree@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107161626.16GGQivp075139>