Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 06:28:27 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522858 - head/net/py-ldap0
Message-ID:  <202001130628.00D6SRC2072787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Jan 13 06:28:27 2020
New Revision: 522858
URL: https://svnweb.freebsd.org/changeset/ports/522858

Log:
  Fix DEPENDS

Modified:
  head/net/py-ldap0/Makefile

Modified: head/net/py-ldap0/Makefile
==============================================================================
--- head/net/py-ldap0/Makefile	Mon Jan 13 06:06:08 2020	(r522857)
+++ head/net/py-ldap0/Makefile	Mon Jan 13 06:28:27 2020	(r522858)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001130628.00D6SRC2072787>