diff options
author | Felix Palmen <felix@palmen-it.de> | 2021-05-02 10:37:27 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-05-02 10:53:42 +0000 |
commit | ce3742234318ab2369454eca1397a7351681bc20 (patch) | |
tree | f17c18f433f08d6c99adab8ed7d5549f87986091 | |
parent | 03c11ebfc913d3d461515dfc8f15621d7f20b195 (diff) | |
download | ports-ce3742234318ab2369454eca1397a7351681bc20.tar.gz ports-ce3742234318ab2369454eca1397a7351681bc20.zip |
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)
-rw-r--r-- | graphics/gtkam/Makefile | 4 |
1 files 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: |