diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-10 21:10:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-10 21:10:49 +0000 |
commit | ee0c9aea194fdcbc7aaf53590dd9edc799fce4d6 (patch) | |
tree | 53131b013eec37901ae50b1dff13d808d1567376 /security/heimdal | |
parent | 472f1689e32da9369ac53cc0486230a0102e7768 (diff) |
Notes
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 185f2a16b2e2..55258db58368 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -91,6 +91,7 @@ PLIST_SUB+= SQLITE="" .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes +WANT_OPENLDAP_SASL?= yes CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} . if defined(LDAP_SOCKET_PATH) _SOCK= ${LDAP_SOCKET_PATH:C|/|%2f|g} |