aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dspam
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2013-06-07 19:57:44 +0800
committerohauer <ohauer@FreeBSD.org>2013-06-07 19:57:44 +0800
commit754304f444114e6961d35d4266dc80e732283825 (patch)
treead358d48a5ae7ca29cf9babd0a6c0a5491e9b257 /mail/dspam
parent85762594372043a6ad85b5ece0341c4e57474c34 (diff)
downloadfreebsd-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/Makefile2
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