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)
This commit is contained in:
parent
03c11ebfc9
commit
ce37422343
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue