diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-13 22:50:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-13 22:50:53 +0800 |
commit | fd09183ee91bb5a90a45647b87274679215d5b4a (patch) | |
tree | 5650a8062e0a2eb8555c5db30140e9744c146de1 /graphics/gimp-focusblur-plugin | |
parent | 5cfeb0dd2e411588d0edb72216a220cd990e30b2 (diff) | |
download | freebsd-ports-gnome-fd09183ee91bb5a90a45647b87274679215d5b4a.tar.gz freebsd-ports-gnome-fd09183ee91bb5a90a45647b87274679215d5b4a.tar.zst freebsd-ports-gnome-fd09183ee91bb5a90a45647b87274679215d5b4a.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics/gimp-focusblur-plugin')
-rw-r--r-- | graphics/gimp-focusblur-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile index d3b5b5e9bb29..e9f6c88ce8f8 100644 --- a/graphics/gimp-focusblur-plugin/Makefile +++ b/graphics/gimp-focusblur-plugin/Makefile @@ -18,9 +18,9 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins |