diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-29 09:01:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-29 09:01:54 +0000 |
commit | 377901b8047ae297af0f26755f2de5b3294e1a52 (patch) | |
tree | ac738d925e9dd4322b885c52f4c199df3cb92fa8 /security/py-pyscard | |
parent | cda895d2d4055b8bb411bcc6a43cc9ff77062e59 (diff) |
Notes
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 69ec1ef3612c..052b9edaf19e 100644 --- a/security/py-pyscard/Makefile +++ b/security/py-pyscard/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= swig3.0:devel/swig30 \ RUN_DEPENDS= pcsc-lite>0:devel/pcsc-lite ## Python3 is supported -USES= python:2.7+ +USES= python USE_PYTHON= autoplist distutils BINARY_ALIAS= swig=swig3.0 |