aboutsummaryrefslogtreecommitdiff
path: root/security/py-python-pkcs11
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-12-10 22:29:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-12-10 22:29:49 +0000
commit7295978eca90a2471cb5bee87bee580ad826baeb (patch)
treeda586622be8642b0c00ccf44b74265b98dbe778d /security/py-python-pkcs11
parent0cc999e6a5be05ffbf95627b802a5450d76ba1ba (diff)
downloadports-7295978eca90a2471cb5bee87bee580ad826baeb.tar.gz
ports-7295978eca90a2471cb5bee87bee580ad826baeb.zip
Unbreak bulk -a
Notes
Notes: svn path=/head/; revision=557692
Diffstat (limited to 'security/py-python-pkcs11')
-rw-r--r--security/py-python-pkcs11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile
index 94b157880e96..ccc435afc89b 100644
--- a/security/py-python-pkcs11/Makefile
+++ b/security/py-python-pkcs11/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR}
-USES= python
+USES= python:3.4+
USE_PYTHON= autoplist concurrent cython distutils
.include <bsd.port.pre.mk>