aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/dspam-devel/Makefile2
-rw-r--r--mail/dspam/Makefile2
-rw-r--r--mail/exim/Makefile6
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index be9a7ad548cd..cf781d2803e4 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -513,7 +513,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
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
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 6120bca55890..9f31fff6d440 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -241,9 +241,9 @@ SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib -liconv,' \
SEDLIST+= -e 's,XX_ICONV_LIBS_XX,,'
.endif
-.if ${PORT_OPTIONS:MLDAP) || defined(LDAP_LIB_TYPE} \
- || ${PORT_OPTIONS:MOPENLDAP1) || defined(WITH_OPENLDAP2} \
- || ${PORT_OPTIONS:MOPENLDAP20) || defined(WITH_OPENLDAP21}
+.if ${PORT_OPTIONS:MLDAP} || defined(LDAP_LIB_TYPE) \
+ || ${PORT_OPTIONS:MOPENLDAP1} || defined(WITH_OPENLDAP2) \
+ || ${PORT_OPTIONS:MOPENLDAP20} || defined(WITH_OPENLDAP21)
BROKEN= deprecated LDAP option defined, use WITH_OPENLDAP or WITH_OPENLDAP_VER
.endif