diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 09:17:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 09:17:11 +0800 |
commit | b43df9bdebefafcdfce999d14d6f4604fdbfe606 (patch) | |
tree | eb99351a20fef483ef69ee7b5e32ef22e03d3327 /graphics | |
parent | 0bc235f4ce8eb38fe00ff476c9d92efca5af7262 (diff) | |
download | freebsd-ports-gnome-b43df9bdebefafcdfce999d14d6f4604fdbfe606.tar.gz freebsd-ports-gnome-b43df9bdebefafcdfce999d14d6f4604fdbfe606.tar.zst freebsd-ports-gnome-b43df9bdebefafcdfce999d14d6f4604fdbfe606.zip |
Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-lqr-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index d05bc5ae3a07..7be7133d0f5f 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins |