diff options
author | taya <taya@pkgsrc.org> | 2003-02-17 14:34:00 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2003-02-17 14:34:00 +0000 |
commit | c0f73c207d13c832125c20bd936fa2b6e1b953c1 (patch) | |
tree | f79c89465aaa1ee0faa80e807a765d74355a41cd /www/galeon/Makefile | |
parent | d6b8a1f5357bb2d74725628e0347c8eae2eb72e1 (diff) | |
download | pkgsrc-c0f73c207d13c832125c20bd936fa2b6e1b953c1.tar.gz |
Update galeon to 1.2.8
Changes:
1.2.8 "Gettextize me captain!"
- Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b
- API Wrappers added from Mozilla for support for old plugins when
compiled with gcc 3.x
- *Finally* got new versions of gettext (0.11.x) working properly
- Couple of bugfixes
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 361835000f5..b43bf68f0d2 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2003/01/10 07:56:35 cjep Exp $ +# $NetBSD: Makefile,v 1.43 2003/02/17 14:34:00 taya Exp $ -DISTNAME= galeon-1.2.7 +DISTNAME= galeon-1.2.8 PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/mozilla \ --disable-applet \ --disable-werror \ --sysconfdir=${PREFIX}/etc -# XXX to build against mozilla 1.1 +# XXX to build against mozilla 1.2 CONFIGURE_ARGS+= --with-mozilla-snapshot=1.2 .include "../../converters/libiconv/buildlink2.mk" |