aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile6
1 files changed, 3 insertions, 3 deletions
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