diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-06-07 19:57:44 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-06-07 19:57:44 +0800 |
commit | 754304f444114e6961d35d4266dc80e732283825 (patch) | |
tree | ad358d48a5ae7ca29cf9babd0a6c0a5491e9b257 /mail/dspam | |
parent | 85762594372043a6ad85b5ece0341c4e57474c34 (diff) | |
download | freebsd-ports-gnome-754304f444114e6961d35d4266dc80e732283825.tar.gz freebsd-ports-gnome-754304f444114e6961d35d4266dc80e732283825.tar.zst freebsd-ports-gnome-754304f444114e6961d35d4266dc80e732283825.zip |
- fix PORT_OPTIONS s/)/}/
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 |