diff options
author | taya <taya@pkgsrc.org> | 2001-11-24 02:13:13 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2001-11-24 02:13:13 +0000 |
commit | 8419f3b2705de031b6ea642b6ce850cd41d89764 (patch) | |
tree | 4cd340ab979b3b12a1fde0eb3280420d3256c87f /www/galeon/Makefile | |
parent | 47334181565c8f0db8c93842d3e757160dd2b59e (diff) | |
download | pkgsrc-8419f3b2705de031b6ea642b6ce850cd41d89764.tar.gz |
Update galeon to 1.0
Many bugs are fixed.
And at last reached to 1.0.
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index a111896b6c9..40fd5a24a83 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2001/11/11 02:29:27 taya Exp $ +# $NetBSD: Makefile,v 1.19 2001/11/24 02:13:13 taya Exp $ -DISTNAME= galeon-0.12.7 +DISTNAME= galeon-1.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -9,7 +9,7 @@ HOMEPAGE= http://galeon.sourceforge.net/ COMMENT= GNOME web browser based on gecko (mozilla rendering engine) BUILD_DEPENDS+= xml-i18n-tools>=0.8.1:../../textproc/xml-i18n-tools -DEPENDS+= mozilla>=0.9.5:../mozilla +DEPENDS+= mozilla>=0.9.6:../mozilla USE_X11BASE= yes USE_GMAKE= yes @@ -34,11 +34,11 @@ MOZ_LIBDIR= ${PREFIX}/lib/mozilla LDFLAGS+= -Wl,-R${MOZ_LIBDIR} LDFLAGS+= -export-dynamic -.if (${OPSYS} == NetBSD) -post-configure: - @${LN} -fs /usr/include/g++/string ${WRKSRC}/src - @${LN} -fs /usr/include/g++ ${WRKSRC}/src/g++-3 -.endif +#.if (${OPSYS} == NetBSD) +#post-configure: +# @${LN} -fs /usr/include/g++/string ${WRKSRC}/src +# @${LN} -fs /usr/include/g++ ${WRKSRC}/src/g++-3 +#.endif pre-install: ${X11PREFIX}/bin/gconftool --shutdown |