diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-03 09:11:08 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2010-04-03 09:11:08 +0000 |
commit | 5a6c497c53ca39404ee54bb43d8c1ae8bf35b130 (patch) | |
tree | 73ba989d3c1c07e33ef4d7516b39a17addf21d55 /mail | |
parent | 39170e23ecc298439d0252223224cffb25880e7d (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 4195d09cb18d..093b953f632f 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -72,7 +72,7 @@ OPTIONS+= SENDMAIL "Play nice with sendmail server" off OPTIONS+= POSTFIX_MBC "Dspam as mailbox_command in Postfix" off OPTIONS+= QMAIL "Play nice with Qmail mail server" off -OPTIONS+= WebUI "Install WebUI - pulls in Apache or see below" off +OPTIONS+= WebUI "Install WebUI, pulls in Apache or see below" off OPTIONS+= LIGHTTPD "RUN_DEPEND on LightHTTPD, not Apache" off USE_PERL5= yes |