aboutsummaryrefslogtreecommitdiff
path: root/net/py-ldap0
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-01-13 06:28:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-01-13 06:28:27 +0000
commit1638ebc136f9fa8effc49c3a8bf5933b2279ddb0 (patch)
tree4c7f47dfcf9d2cc65ad3a2afc53a6ed2698a09ee /net/py-ldap0
parent433bdcbf3e619cd757e6466e11d420af7f1f40a4 (diff)
downloadports-1638ebc136f9fa8effc49c3a8bf5933b2279ddb0.tar.gz
ports-1638ebc136f9fa8effc49c3a8bf5933b2279ddb0.zip
Fix DEPENDS
Notes
Notes: svn path=/head/; revision=522858
Diffstat (limited to 'net/py-ldap0')
-rw-r--r--net/py-ldap0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-ldap0/Makefile b/net/py-ldap0/Makefile
index 72c50d80d12b..749f1040eb3a 100644
--- a/net/py-ldap0/Makefile
+++ b/net/py-ldap0/Makefile
@@ -11,7 +11,7 @@ COMMENT= Module package for implementing LDAP clients
LICENSE= PSFL
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.5:devel/py-pyasn1-modules@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.5:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.5:devel/py-pyasn1-modules@${PY_FLAVOR}
# OpenLDAP needs SASL option enabled
# Cyrus needs PLAIN / CRAM-MD5 / DIGEST-MD5 enabled