summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-13 14:50:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-13 14:50:53 +0000
commit5df25548aecd11dbea682f313a36825937f1a782 (patch)
tree5650a8062e0a2eb8555c5db30140e9744c146de1 /graphics
parentAdd missing iconv in USES. (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=327155
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-focusblur-plugin/Makefile2
-rw-r--r--graphics/zbar/Makefile3
2 files changed, 2 insertions, 3 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
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile
index c196dfcba76f..9e11df9ca0f2 100644
--- a/graphics/zbar/Makefile
+++ b/graphics/zbar/Makefile
@@ -13,9 +13,8 @@ COMMENT= ZBar barcode reader
LICENSE= LGPL21
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= iconv
+USES= iconv gmake pkgconfig
OPTIONS_DEFINE= X11 IMAGEMAGICK V4L PYTHON GTK2 QT4
OPTIONS_DEFAULT= X11 IMAGEMAGICK