diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-26 05:57:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-26 05:57:49 +0800 |
commit | 04c2104ecde0488a6df1257e45f8a3f428d789b3 (patch) | |
tree | f7c99521b2f2f261919d08008b5550e97ad8ba60 /graphics | |
parent | 401b28277d1a3ba07a657c005a5657721c87987c (diff) | |
download | freebsd-ports-gnome-04c2104ecde0488a6df1257e45f8a3f428d789b3.tar.gz freebsd-ports-gnome-04c2104ecde0488a6df1257e45f8a3f428d789b3.tar.zst freebsd-ports-gnome-04c2104ecde0488a6df1257e45f8a3f428d789b3.zip |
- 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)
Diffstat (limited to 'graphics')
-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 |