diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-02-09 05:28:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-02-09 05:28:02 +0000 |
commit | 766fdeb90dc9fa951ea9824f670bb5f9c01c774d (patch) | |
tree | f532b3e3cc396f182a1c4ca3dd7fd909d5590c70 /www/mozilla+ipv6 | |
parent | 73e674362c946846087a61908f3267e43b99434c (diff) |
Notes
Diffstat (limited to 'www/mozilla+ipv6')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index d712899f6924..4804c4e777b9 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.8 -PORTREVISON= 1 +PORTREVISION= 1 PORTEPOCH= 1 PKGNAMESUFFIX= +ipv6 CATEGORIES= www ipv6 @@ -46,8 +46,8 @@ CONFIGURE_ARGS= \ --disable-xterm-updates \ --enable-crypto \ --enable-double-buffer \ - --disable-editor \ - --disable-mailnews \ + --enable-editor \ + --enable-mailnews \ --enable-mathml \ --enable-optimize="${CFLAGS}" \ --enable-pics \ |