Date: Sat, 17 Jul 2021 09:18:21 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: 8d67ee6b1b33 - main - graphics/gimp-app: chase math/Imath update Message-ID: <202107170918.16H9ILiB019033@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=8d67ee6b1b33edfb5dfb105bc33e58e88b773b2d commit 8d67ee6b1b33edfb5dfb105bc33e58e88b773b2d Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-07-17 09:05:51 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-07-17 09:17:58 +0000 graphics/gimp-app: chase math/Imath update ...and remove the Imath version from its LIB_DEPENDS, since Imath is only included indirectly through openexr, so gimp-app need not care about details. --- graphics/gimp-app/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 7d86ec558985..2328f55bb0e0 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -2,7 +2,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.24 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -118,7 +118,7 @@ LIBMNG_LIB_DEPENDS= libmng.so:graphics/libmng LIBMNG_CONFIGURE_WITH= libmng OPENEXR_CONFIGURE_WITH= openexr -OPENEXR_LIB_DEPENDS= libImath-3_0.so:math/Imath \ +OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ libOpenEXR.so:graphics/openexr OPENJPEG_DESC= Enhanced JPEG (jpeg2000) graphics support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107170918.16H9ILiB019033>