diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 17:01:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-05 17:01:12 +0000 |
commit | eb4b4f996480b9028513fbf6a749624b7f121867 (patch) | |
tree | 80bbca1458b4004717cee41f8508b4b4e2f4e6c4 /x11-toolkits | |
parent | aab0c4897b4db97a2e158a80448ff7734971c1a8 (diff) | |
download | ports-eb4b4f996480b9028513fbf6a749624b7f121867.tar.gz ports-eb4b4f996480b9028513fbf6a749624b7f121867.zip |
Notes
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 |