diff options
-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 \ |