diff options
author | taya <taya> | 2003-07-02 15:22:33 +0000 |
---|---|---|
committer | taya <taya> | 2003-07-02 15:22:33 +0000 |
commit | bf75469e95e5aec58a0ddcdbd69160cc68336aea (patch) | |
tree | 10c053c6e61f7ba35ef735bc91635ef567734262 /www | |
parent | 4df1a72991176f29d0b253d04cb9122dcb9cd4d3 (diff) | |
download | pkgsrc-bf75469e95e5aec58a0ddcdbd69160cc68336aea.tar.gz |
configure galeon for mozilla-1.4
bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index c924d26f0ce..286f4961cdb 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2003/06/19 17:11:52 taya Exp $ +# $NetBSD: Makefile,v 1.51 2003/07/02 15:22:33 taya Exp $ DISTNAME= galeon-1.2.11 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -29,8 +30,8 @@ CONFIGURE_ARGS+= --with-mozilla-includes=${BUILDLINK_PREFIX.mozilla}/include/moz --disable-applet \ --disable-werror \ --sysconfdir=${PREFIX}/etc -# XXX to build against mozilla 1.3 -CONFIGURE_ARGS+= --with-mozilla-snapshot=1.3 +# XXX to build against mozilla 1.4 +CONFIGURE_ARGS+= --with-mozilla-snapshot=1.4 .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/GConf/buildlink2.mk" |