diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 19:53:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-21 19:53:00 +0000 |
commit | a95d9f2fcae5d5c00d8367fae45432ee9d222d75 (patch) | |
tree | 397ffad6494ab5c16caa2e2e3e464c71de63687c /x11-toolkits/p5-Gtk2-Html2 | |
parent | bb945c1889a432d3ed452c5cd7735739d5a271f6 (diff) | |
download | ports-a95d9f2fcae5d5c00d8367fae45432ee9d222d75.tar.gz ports-a95d9f2fcae5d5c00d8367fae45432ee9d222d75.zip |
- Fix build: remove USE_GMAKE, since recently p5-Glib2 is BSD make friendly
Digged into: tobez
Notes
Notes:
svn path=/head/; revision=187927
Diffstat (limited to 'x11-toolkits/p5-Gtk2-Html2')
-rw-r--r-- | x11-toolkits/p5-Gtk2-Html2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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> |