diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | ff4651fb24b6821b6a53c34080c4cb66b28daf77 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /graphics/gimp-save-for-web | |
parent | dc71fd31985f44cee21d7cf2e3e1a54ecfb3527a (diff) | |
download | freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.gz freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.zst freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'graphics/gimp-save-for-web')
-rw-r--r-- | graphics/gimp-save-for-web/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile index 342d851e2c0c..4f4cc1abe162 100644 --- a/graphics/gimp-save-for-web/Makefile +++ b/graphics/gimp-save-for-web/Makefile @@ -14,10 +14,9 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes -USES= gettext +USES= gettext gmake pkgconfig USE_PERL5_BUILD=yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gnomehack intltool post-patch: |