Date: Sun, 2 May 2021 10:54:05 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ce3742234318 - main - graphics/gtkam: fix dependency of GIMP option Message-ID: <202105021054.142As5Wr076678@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce3742234318ab2369454eca1397a7351681bc20 commit ce3742234318ab2369454eca1397a7351681bc20 Author: Felix Palmen <felix@palmen-it.de> AuthorDate: 2021-05-02 10:37:27 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-05-02 10:53:42 +0000 graphics/gtkam: fix dependency of GIMP option Fix dependency of the GIMP option to actually depend on the port providing the shared library. PR: 244497 Approved by: woodsb02 (timeout) --- graphics/gtkam/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index fa14ddc6393f..2782cf1b7359 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -2,7 +2,7 @@ PORTNAME= gtkam PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS GIMP OPTIONS_SUB= yes GIMP_DESC= GIMP plugin support -GIMP_LIB_DEPENDS= libgimp-2.0.so:graphics/gimp +GIMP_LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app GIMP_CONFIGURE_WITH= gimp post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105021054.142As5Wr076678>