diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-25 21:57:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-25 21:57:49 +0000 |
commit | 116b2abd279269eafce6cbc22b6de394ae9a493a (patch) | |
tree | f7c99521b2f2f261919d08008b5550e97ad8ba60 /graphics/xsane/Makefile | |
parent | 81a1c1e453d803714fb6bffcb2941dfcfdfa437e (diff) |
- Fix dependency on gimp: this is in face lib-depend
PR: 196000
Submitted by: jmc-freebsd2@milibyte.co.uk, avg
Approved by: maintainer timeout (koalative@gmail.com, 7 months)
Notes
Notes:
svn path=/head/; revision=390603
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index e137612e9391..746d9fe02623 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -3,7 +3,7 @@ PORTNAME= xsane PORTVERSION= 0.999 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ @@ -34,7 +34,7 @@ OPTIONS_DEFAULT= GIMP OPTIONS_SUB= yes -GIMP_RUN_DEPENDS= ${LOCALBASE}/bin/gimp:${PORTSDIR}/graphics/gimp-app +GIMP_LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app GIMP_CONFIGURE_ENABLE= gimp2 gimp NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext |