diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 01:01:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 01:01:12 +0800 |
commit | 544d13a16cf1866de136cce6a070df2404b21368 (patch) | |
tree | 80bbca1458b4004717cee41f8508b4b4e2f4e6c4 /x11-toolkits | |
parent | f3138bcc9bdf4f54406574ccb2cdab80b4833c87 (diff) | |
download | freebsd-ports-gnome-544d13a16cf1866de136cce6a070df2404b21368.tar.gz freebsd-ports-gnome-544d13a16cf1866de136cce6a070df2404b21368.tar.zst freebsd-ports-gnome-544d13a16cf1866de136cce6a070df2404b21368.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome-sharp20/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libgtk-java/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index bd771dcd556d..1ac1a7abc9d2 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -18,8 +18,7 @@ LATEST_LINK= gnome-sharp20 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 pkgconfig USE_PERL5= run USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ libgnomeui diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index c53afb4a73a1..d62106a07e73 100644 --- a/x11-toolkits/libgail-gnome/Makefile +++ b/x11-toolkits/libgail-gnome/Makefile @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An implementation of the ATK interfaces for GNOME widgets USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 diff --git a/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile index 19d2b8c68a39..36e5eb38a3ca 100644 --- a/x11-toolkits/libgtk-java/Makefile +++ b/x11-toolkits/libgtk-java/Makefile @@ -14,7 +14,7 @@ COMMENT= Java wrapper for Gtk+, Pango, Atk, and Glib LIB_DEPENDS= cairojni-${CAIRO_API_VERSION}.1:${PORTSDIR}/graphics/cairo-java USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes |