diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-06-07 19:57:44 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-06-07 19:57:44 +0800 |
commit | 754304f444114e6961d35d4266dc80e732283825 (patch) | |
tree | ad358d48a5ae7ca29cf9babd0a6c0a5491e9b257 /mail/exim | |
parent | 85762594372043a6ad85b5ece0341c4e57474c34 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |