diff options
author | itetcu <itetcu@FreeBSD.org> | 2010-04-03 17:11:08 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2010-04-03 17:11:08 +0800 |
commit | 0727150878ee66a0f109a93418352095a4b6097b (patch) | |
tree | 69f1b8f5795a81505ce8c33cc5e004f26e214625 /mail | |
parent | 357cd05f7af14d75e0f3b28ef0197afb116a4baa (diff) | |
download | freebsd-ports-gnome-0727150878ee66a0f109a93418352095a4b6097b.tar.gz freebsd-ports-gnome-0727150878ee66a0f109a93418352095a4b6097b.tar.zst freebsd-ports-gnome-0727150878ee66a0f109a93418352095a4b6097b.zip |
Shorten an OPTION description.
PR: 145090
Submitted by: olli hauer <ohauer@gmx.de>
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 |