aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
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/exim
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/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