1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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
This commit is contained in:
Trevor Johnson 2002-10-12 21:02:20 +00:00
parent 303cabb3d2
commit 089b5bf376
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67901

View File

@ -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}