summaryrefslogtreecommitdiff
path: root/www/beonex
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-10-12 21:02:20 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-10-12 21:02:20 +0000
commit089b5bf3761e841a148067c692bd276f2132a305 (patch)
tree9f42b48e955b62728ee5aaedb4ba788a80255646 /www/beonex
parentUpdate MASTER_SITE_RINGSERVER: (diff)
Chatzilla and the spell-checker are default extensions for Beonex,
so to disable Chatzilla, list all the other default extensions. The spell-checker is used by both the HTML editor and mail/news. I haven't yet added a knob to disable the HTML editor, so the spell-checker is always enabled too. Submitted by: Ben Bucksch
Notes
Notes: svn path=/head/; revision=67901
Diffstat (limited to 'www/beonex')
-rw-r--r--www/beonex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile
index b058968a0a0b..fb3ff1cb2836 100644
--- a/www/beonex/Makefile
+++ b/www/beonex/Makefile
@@ -77,9 +77,9 @@ CONFIGURE_ARGS+= --enable-ldap --enable-mailnews
.endif
.if !defined(WITHOUT_CHATZILLA)
-CONFIGURE_ARGS+= --enable-extensions=default,irc,xmlterm
+CONFIGURE_ARGS+= --enable-extensions=cookie,wallet,content-packs,pref,transformiix,irc,spellcheck,xmlterm
.else
-CONFIGURE_ARGS+= --enable-extensions=default,xmlterm
+CONFIGURE_ARGS+= --enable-extensions=cookie,wallet,content-packs,pref,transformiix,spellcheck,xmlterm
.endif
CONFIGURE_ENV= MOZ_INTERNAL_LIBART_LGPL=1 ${CC}=${CXX}