diff options
-rw-r--r-- | www/galeon/Makefile | 13 | ||||
-rw-r--r-- | www/galeon/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index fee16101f60..78a640ed1bf 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2003/03/14 19:38:01 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2003/03/18 03:25:29 taya Exp $ -DISTNAME= galeon-1.2.8 -PKGREVISION= 2 +DISTNAME= galeon-1.2.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -20,14 +19,14 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/mozilla \ - --with-mozilla-libs=${PREFIX}/lib/mozilla \ +CONFIGURE_ARGS+= --with-mozilla-includes=${BUILDLINK_PREFIX.mozilla}/include/mozilla \ + --with-mozilla-libs=${BUILDLINK_PREFIX.mozilla}/lib/mozilla \ --with-libiconv=${LOCALBASE} \ --disable-applet \ --disable-werror \ --sysconfdir=${PREFIX}/etc -# XXX to build against mozilla 1.2 -CONFIGURE_ARGS+= --with-mozilla-snapshot=1.2 +# XXX to build against mozilla 1.3 +CONFIGURE_ARGS+= --with-mozilla-snapshot=1.3 .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/GConf/buildlink2.mk" diff --git a/www/galeon/distinfo b/www/galeon/distinfo index 021f6e2cfa9..7969a406026 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.29 2003/02/17 14:34:00 taya Exp $ +$NetBSD: distinfo,v 1.30 2003/03/18 03:25:29 taya Exp $ -SHA1 (galeon-1.2.8.tar.gz) = ee405d8862e13f8e722a870ba96011cfe3b3ea7c -Size (galeon-1.2.8.tar.gz) = 4109134 bytes +SHA1 (galeon-1.2.9.tar.gz) = 1690f3a62979b9aed52ea78f2478edb51eaf9216 +Size (galeon-1.2.9.tar.gz) = 4111153 bytes |