aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-06-10 21:10:49 +0000
committerJohn Marino <marino@FreeBSD.org>2014-06-10 21:10:49 +0000
commitee0c9aea194fdcbc7aaf53590dd9edc799fce4d6 (patch)
tree53131b013eec37901ae50b1dff13d808d1567376 /security/heimdal
parent472f1689e32da9369ac53cc0486230a0102e7768 (diff)
downloadports-ee0c9aea194fdcbc7aaf53590dd9edc799fce4d6.tar.gz
ports-ee0c9aea194fdcbc7aaf53590dd9edc799fce4d6.zip
security/heimdal: Fix LDAP/SASL support
Enable heimdal to properly build against net/openldap-sasl-client when openldap24-server is built with SASL support. It did not before. Heimdal is currently unmaintained. PR: 183697 Submitted by: pcm
Notes
Notes: svn path=/head/; revision=357383
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile1
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}