svn commit: r469026 - head/net/py-ldap0

Palle Girgensohn girgen at FreeBSD.org
Fri May 4 13:05:53 UTC 2018


Author: girgen
Date: Fri May  4 13:05:52 2018
New Revision: 469026
URL: https://svnweb.freebsd.org/changeset/ports/469026

Log:
  Fix build problems
  
  This port requires OpenLDAP with SASL

Modified:
  head/net/py-ldap0/Makefile

Modified: head/net/py-ldap0/Makefile
==============================================================================
--- head/net/py-ldap0/Makefile	Fri May  4 12:31:32 2018	(r469025)
+++ head/net/py-ldap0/Makefile	Fri May  4 13:05:52 2018	(r469026)
@@ -12,6 +12,7 @@ COMMENT=	Python module package for implementing LDAP c
 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


More information about the svn-ports-all mailing list