aboutsummaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-06-07 11:57:44 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-06-07 11:57:44 +0000
commita43e8d886a49499c2347615d0dd9fcea50c8a43b (patch)
treead358d48a5ae7ca29cf9babd0a6c0a5491e9b257 /mail/exim/Makefile
parent93376494ccd7f425c8daa3fc55ca27cb44de41e5 (diff)
downloadports-a43e8d886a49499c2347615d0dd9fcea50c8a43b.tar.gz
ports-a43e8d886a49499c2347615d0dd9fcea50c8a43b.zip
- fix PORT_OPTIONS s/)/}/
Notes
Notes: svn path=/head/; revision=320194
Diffstat (limited to 'mail/exim/Makefile')
-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