aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap0
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2018-05-04 13:05:52 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2018-05-04 13:05:52 +0000
commitd9e3288669ea891d815a6dc7b001aa613708107f (patch)
treeea3702e9b2c3dca52ccd454109964ba92972381f /net/py-ldap0
parent4efd2703d7d8c1dfbf74d6adf4bc3328e5b544cd (diff)
downloadports-d9e3288669ea891d815a6dc7b001aa613708107f.tar.gz
ports-d9e3288669ea891d815a6dc7b001aa613708107f.zip
Fix build problems
This port requires OpenLDAP with SASL
Notes
Notes: svn path=/head/; revision=469026
Diffstat (limited to 'net/py-ldap0')
-rw-r--r--net/py-ldap0/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/py-ldap0/Makefile b/net/py-ldap0/Makefile
index 3cf47dfffebf..73e760a070aa 100644
--- a/net/py-ldap0/Makefile
+++ b/net/py-ldap0/Makefile
@@ -12,6 +12,7 @@ COMMENT= Python module package for implementing LDAP clients
LICENSE= PSFL
MAKE_ENV+= INCLUDES=${LOCALBASE}/include
+WANT_OPENLDAP_SASL=yes
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR}
USES= python