aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dspam
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-06-06 09:12:56 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-06-06 09:12:56 +0800
commit5769ba85490bc68d0e89796eee56dc29ea4d72b1 (patch)
tree39553f947ea15e87424f98d2fdb9bd5e57b524ef /mail/dspam
parent4d80a1f9cb35c0b452b124eb8cf71bb6028bc5a9 (diff)
downloadfreebsd-ports-gnome-5769ba85490bc68d0e89796eee56dc29ea4d72b1.tar.gz
freebsd-ports-gnome-5769ba85490bc68d0e89796eee56dc29ea4d72b1.tar.zst
freebsd-ports-gnome-5769ba85490bc68d0e89796eee56dc29ea4d72b1.zip
Fix options conversion with bmake
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 9f293a455609..1b551a42af17 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -248,7 +248,7 @@ WANT_MYSQL_VER= 55
#PKGNAMESUFFIX= -mysql55
.endif
-.if ${PORT_OPTIONS:MMYSQL51) || ${PORT_OPTIONS:MMYSQL55}
+.if ${PORT_OPTIONS:MMYSQL51} || ${PORT_OPTIONS:MMYSQL55}
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql-includes=${LOCALBASE}/include/mysql \
--with-mysql-libraries=${LOCALBASE}/lib/mysql
@@ -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