diff options
author | leeym <leeym@FreeBSD.org> | 2005-06-10 10:06:13 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-06-10 10:06:13 +0800 |
commit | 273b5d94a28c1c566adccd24b76281cd322e999f (patch) | |
tree | 2198737eb047ef54041c57adb4f61bed7f93efaa | |
parent | 928dc4d3a39306d02cb5ea7607a0fe53d67fb59d (diff) | |
download | freebsd-ports-gnome-273b5d94a28c1c566adccd24b76281cd322e999f.tar.gz freebsd-ports-gnome-273b5d94a28c1c566adccd24b76281cd322e999f.tar.zst freebsd-ports-gnome-273b5d94a28c1c566adccd24b76281cd322e999f.zip |
- disable SpeedyCGI support by default. It needs suidperl and will cause some
problem in package build framework.
Noticed by: kris
-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 \ |