diff options
author | koobs <koobs@FreeBSD.org> | 2015-07-07 15:38:29 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-07-07 15:38:29 +0800 |
commit | ecad312d6b6e49bfa3acd814a0640fce1794b0e3 (patch) | |
tree | 782a52112968f81a8b4b931e809bac58f836417e /security/py-pyscard | |
parent | 53063c5258ed3031b145501f97c5f3986863a80c (diff) | |
download | freebsd-ports-gnome-ecad312d6b6e49bfa3acd814a0640fce1794b0e3.tar.gz freebsd-ports-gnome-ecad312d6b6e49bfa3acd814a0640fce1794b0e3.tar.zst freebsd-ports-gnome-ecad312d6b6e49bfa3acd814a0640fce1794b0e3.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
Diffstat (limited to 'security/py-pyscard')
-rw-r--r-- | security/py-pyscard/Makefile | 2 |
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 |