diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /x11-toolkits | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/wxgtk29/Makefile | 3 |
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 |