From d267e0fa77dc9adfe44c0d613e65ace9e53eff83 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Wed, 15 May 2002 03:57:17 +0000 Subject: Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously different from the one with ChatZilla. This means building otherwise the exact same extensions. --- www/mozilla-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/mozilla-devel/Makefile') diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 02a79a5a9135..003497d49bba 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= mozilla PORTVERSION= 1.0.rc2 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ http://people.FreeBSD.org/~marcus/:local @@ -69,6 +70,7 @@ CONFIGURE_ARGS= \ CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm PLIST_SUB+= CHATZILLA="" .else +CONFIGURE_ARGS+= --enable-extensions=default,xmlterm PLIST_SUB+= CHATZILLA="@comment " .endif CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 -- cgit v1.2.3