aboutsummaryrefslogtreecommitdiff
path: root/www/mozilla-devel/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-04 14:18:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-04 14:18:26 +0000
commita58f4e33d0c5cd6f3f7b610853d6a9b120f00b8b (patch)
treebeff30d2ed2187a6fe51c9837446d4580f959c9f /www/mozilla-devel/Makefile
parente53ddd0094cbf5b60c7e2046e3dacc6812bcd372 (diff)
downloadports-a58f4e33d0c5cd6f3f7b610853d6a9b120f00b8b.tar.gz
ports-a58f4e33d0c5cd6f3f7b610853d6a9b120f00b8b.zip
Notes
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r--www/mozilla-devel/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index fcf2a1f10ca1..e10cbff96a2c 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mozilla
PORTVERSION= 0.9.7
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \
@@ -58,6 +58,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