diff options
author | antoine <antoine@FreeBSD.org> | 2020-01-13 14:28:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2020-01-13 14:28:27 +0800 |
commit | e337b7e152baf92487796326a54371bd5d0ebcfb (patch) | |
tree | 4c7f47dfcf9d2cc65ad3a2afc53a6ed2698a09ee | |
parent | 5ef428675e2fda23585259acec6c5b1cc7bfe8da (diff) | |
download | freebsd-ports-gnome-e337b7e152baf92487796326a54371bd5d0ebcfb.tar.gz freebsd-ports-gnome-e337b7e152baf92487796326a54371bd5d0ebcfb.tar.zst freebsd-ports-gnome-e337b7e152baf92487796326a54371bd5d0ebcfb.zip |
Fix DEPENDS
-rw-r--r-- | net/py-ldap0/Makefile | 2 |
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 |