diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
commit | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /x11-toolkits/unique | |
parent | 3abf64849f561eab2e8e95164c0379097f31e991 (diff) | |
download | freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.gz freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.zst freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits/unique')
-rw-r--r-- | x11-toolkits/unique/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index d63c75655d3a..82ce0a262af2 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_XORG= ice USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gtk20 gnomeprefix introspection:build ltverhack:2 |