diff options
Diffstat (limited to 'www/mozilla+ipv6/Makefile')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index 68caff510b9..c8cede5486e 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/Makefile @@ -7,6 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.7 +PORTREVISION= 1 PORTEPOCH= 1 PKGNAMESUFFIX= +ipv6 CATEGORIES= www ipv6 @@ -58,6 +59,9 @@ CONFIGURE_ARGS= \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ --with-pthreads +.if !defined(WITHOUT_CHATZILLA) +CONFIGURE_ARGS+= --with-extensions=default,irc +.endif CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="" CXXFLAGS="" \ MOZ_INTERNAL_LIBART_LGPL=1 |