diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 17:59:01 +0800 |
commit | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /x11-toolkits/libgnomeui | |
parent | 8e9b67036c221691a461cb06c98cf968f1429dc7 (diff) | |
download | freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.gz freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.tar.zst freebsd-ports-gnome-7dd2b8275706e35dfd1e4300af1f614c4e58a0c0.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-toolkits/libgnomeui')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index b646754115ee..efd464341c9f 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \ RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme USE_XORG= sm -USE_GMAKE= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gnomehier libbonoboui ltverhack \ referencehack gvfs USE_LDCONFIG= yes |