diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-06-10 02:06:13 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-06-10 02:06:13 +0000 |
commit | 7ae1ede306390ef32adfaefc2b0ea6c2e6db6cea (patch) | |
tree | fa379c7517af695f8f56ea98372d499e13e528a2 /mail | |
parent | Update the battstat status a bit quicker. (diff) |
- disable SpeedyCGI support by default. It needs suidperl and will cause some
problem in package build framework.
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=137135
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 751c1c0dc278..07a466bc224e 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -39,7 +39,7 @@ OPTIONS= ANTIWORD "AntiWord" off \ QUOTA "Quota" off \ SPAMCHECK "Spam check (Mail::SpamAssassin)" off \ SPAMCHECK_ALL "Spam check for all (default: pop3)" off \ - SPEEDYCGI "SpeedyCGI" on \ + SPEEDYCGI "SpeedyCGI" off \ TNEF "tnef" off \ VIRUSCHECK "Virus check (Clam AntiVirus)" off \ VIRUSCHECK_ALL "Virus check for all (default: pop3)" off \ |