diff options
author | abs <abs> | 2004-01-20 12:45:04 +0000 |
---|---|---|
committer | abs <abs> | 2004-01-20 12:45:04 +0000 |
commit | 3a630ec77c2f643000777f8d5020c36aff9a6a33 (patch) | |
tree | 6e6f4399c3978bdc908654f617d613e4a7a162d4 | |
parent | 602325d05d6a57d00cdd25bbc71c33586f1c1645 (diff) | |
download | pkgsrc-3a630ec77c2f643000777f8d5020c36aff9a6a33.tar.gz |
Update galeon to 1.2.13nb2
Fix build against mozilla-1.6. Should fix PR pkg/24140.
Tested on NetBSD/i386 1.6.2_RC4
-rw-r--r-- | www/galeon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 855fb62c4c7..5ba48bc5392 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2004/01/03 18:49:55 reed Exp $ +# $NetBSD: Makefile,v 1.59 2004/01/20 12:45:04 abs Exp $ DISTNAME= galeon-1.2.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -29,9 +29,9 @@ CONFIGURE_ARGS+= --with-mozilla-includes=${BUILDLINK_PREFIX.mozilla}/include/moz --with-libiconv=${LOCALBASE} \ --disable-applet \ --disable-werror \ - --sysconfdir=${PREFIX}/etc -# XXX to build against mozilla 1.5 -CONFIGURE_ARGS+= --with-mozilla-snapshot=1.5 + --sysconfdir=${PREFIX}/etc \ + MOZILLA_CONFIG=${MOZ_LIBDIR}/mozilla-config +CONFIGURE_ARGS+= --with-mozilla-snapshot=1.6b .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/GConf/buildlink2.mk" |