diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-06-07 11:57:44 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-06-07 11:57:44 +0000 |
commit | a43e8d886a49499c2347615d0dd9fcea50c8a43b (patch) | |
tree | ad358d48a5ae7ca29cf9babd0a6c0a5491e9b257 /mail/dspam | |
parent | 93376494ccd7f425c8daa3fc55ca27cb44de41e5 (diff) | |
download | ports-a43e8d886a49499c2347615d0dd9fcea50c8a43b.tar.gz ports-a43e8d886a49499c2347615d0dd9fcea50c8a43b.zip |
Notes
Diffstat (limited to 'mail/dspam')
-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 1b551a42af17..14504f1a9d95 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -494,7 +494,7 @@ pre-configure: @${ECHO_CMD} "DOMAIN_SCALE and LARGE_SCALE are incopatible" @${FALSE} .endif -.if ${PORT_OPTIONS:MLIGHTHTTPD} && ! ${PORT_OPTIONS:MWEBUI) +.if ${PORT_OPTIONS:MLIGHTHTTPD} && ! ${PORT_OPTIONS:MWEBUI} @${ECHO_CMD} "There's no reason to depend on LightHTTPD if you're not using WebUI" @${FALSE} .endif |