diff options
author | pav <pav@FreeBSD.org> | 2007-03-22 03:53:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-22 03:53:00 +0800 |
commit | 3beb30a6ef53f51e932f1f847175ef6f4421427d (patch) | |
tree | ea31de14405efc51059a83dd5fb3ec300420f058 /x11-toolkits | |
parent | 515a849cc77519035e299e8f1c7de8937d89c423 (diff) | |
download | freebsd-ports-gnome-3beb30a6ef53f51e932f1f847175ef6f4421427d.tar.gz freebsd-ports-gnome-3beb30a6ef53f51e932f1f847175ef6f4421427d.tar.zst freebsd-ports-gnome-3beb30a6ef53f51e932f1f847175ef6f4421427d.zip |
- Fix build: remove USE_GMAKE, since recently p5-Glib2 is BSD make friendly
Digged into: tobez
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gnome2-Canvas/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gnome2-VFS/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Html2/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/p5-Gnome2-Canvas/Makefile b/x11-toolkits/p5-Gnome2-Canvas/Makefile index 8f9c7e82f881..2078d75c6acc 100644 --- a/x11-toolkits/p5-Gnome2-Canvas/Makefile +++ b/x11-toolkits/p5-Gnome2-Canvas/Makefile @@ -31,7 +31,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ USE_GNOME= libgnomecanvas PERL_CONFIGURE= yes -USE_GMAKE= yes .include <bsd.port.pre.mk> diff --git a/x11-toolkits/p5-Gnome2-VFS/Makefile b/x11-toolkits/p5-Gnome2-VFS/Makefile index f681689b65aa..ab0fd07843f3 100644 --- a/x11-toolkits/p5-Gnome2-VFS/Makefile +++ b/x11-toolkits/p5-Gnome2-VFS/Makefile @@ -27,7 +27,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ USE_GNOME= gnomevfs2 PERL_CONFIGURE= yes -USE_GMAKE= yes .include <bsd.port.pre.mk> diff --git a/x11-toolkits/p5-Gtk2-Html2/Makefile b/x11-toolkits/p5-Gtk2-Html2/Makefile index 8a365d77cb9d..7b068b0f2857 100644 --- a/x11-toolkits/p5-Gtk2-Html2/Makefile +++ b/x11-toolkits/p5-Gtk2-Html2/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ USE_GNOME= libgtkhtml PERL_CONFIGURE= yes -USE_GMAKE= yes .include <bsd.port.pre.mk> |