aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 10:23:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 10:23:55 +0000
commitc7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch)
treef6e784f75b78fca30725a4bca431b966cbe15807 /x11-toolkits
parentb3e4e19ddced293c5d1147a3172d522b4a807708 (diff)
downloadports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.tar.gz
ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326133
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxgtk28/Makefile5
-rw-r--r--x11-toolkits/wxgtk29/Makefile3
2 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
index e66bbeffe738..5a11103d7de8 100644
--- a/x11-toolkits/wxgtk28/Makefile
+++ b/x11-toolkits/wxgtk28/Makefile
@@ -17,11 +17,10 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\
tiff.4:${PORTSDIR}/graphics/tiff\
expat.6:${PORTSDIR}/textproc/expat2
-USES= iconv
+USES= iconv gmake pkgconfig
USE_BZIP2= yes
-USE_XORG= x11 sm xxf86vm xinerama
+USE_XORG= x11 sm xxf86vm xinerama
USE_GL= glu
-USE_GMAKE= yes
USE_GNOME= gtk20 pangox-compat
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libpng=sys\
diff --git a/x11-toolkits/wxgtk29/Makefile b/x11-toolkits/wxgtk29/Makefile
index 595ccc5fd615..b8c18480583c 100644
--- a/x11-toolkits/wxgtk29/Makefile
+++ b/x11-toolkits/wxgtk29/Makefile
@@ -19,12 +19,11 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png\
inotify.0:${PORTSDIR}/devel/libinotify\
webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
-USES+= iconv
+USES+= iconv gmake pkgconfig
USE_BZIP2= yes
USE_GCC= any
USE_XORG= x11 sm xxf86vm xinerama
USE_GL= glu
-USE_GMAKE= yes
USE_GNOME= gtk20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes