aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyscard
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-07-07 07:38:29 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-07-07 07:38:29 +0000
commit0cc976c9dd6c4612a525174216fc032811c23c41 (patch)
tree782a52112968f81a8b4b931e809bac58f836417e /security/py-pyscard
parentd2d50aeef4a97396626cc25cf34aca8770dd1216 (diff)
downloadports-0cc976c9dd6c4612a525174216fc032811c23c41.tar.gz
ports-0cc976c9dd6c4612a525174216fc032811c23c41.zip
security/py-pyscard: Make supported Python versions explicit
This package doesn't require lang/python2, so set USES=python:2.7 explicitly to avoid pulling in an unecessary dependency. The upstream setup.py states that it supports 2.6 and 2.7. PR: 197834
Notes
Notes: svn path=/head/; revision=391495
Diffstat (limited to 'security/py-pyscard')
-rw-r--r--security/py-pyscard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pyscard/Makefile b/security/py-pyscard/Makefile
index 8a7d6891b046..65aa35f8f54f 100644
--- a/security/py-pyscard/Makefile
+++ b/security/py-pyscard/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \
pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
RUN_DEPENDS= pcsc-lite>0:${PORTSDIR}/devel/pcsc-lite
-USES= python:2
+USES= python:2.7
USE_PYTHON= autoplist distutils
PYDISTUTILS_BUILD_TARGET= build_ext