git: ce3742234318 - main - graphics/gtkam: fix dependency of GIMP option

Tobias C. Berner tcberner at FreeBSD.org
Sun May 2 10:54:06 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce3742234318ab2369454eca1397a7351681bc20

commit ce3742234318ab2369454eca1397a7351681bc20
Author:     Felix Palmen <felix at palmen-it.de>
AuthorDate: 2021-05-02 10:37:27 +0000
Commit:     Tobias C. Berner <tcberner at 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:


More information about the dev-commits-ports-all mailing list