diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:26:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:26:08 +0800 |
commit | 8c0749c5a0aae6dbc5fe6444d18392cc2bb525f7 (patch) | |
tree | 64a0028cf36c342a1ee7ce74322c526068939c78 | |
parent | 3a80192d0e501ea215b65347ccf4217e87743d87 (diff) | |
download | freebsd-ports-gnome-8c0749c5a0aae6dbc5fe6444d18392cc2bb525f7.tar.gz freebsd-ports-gnome-8c0749c5a0aae6dbc5fe6444d18392cc2bb525f7.tar.zst freebsd-ports-gnome-8c0749c5a0aae6dbc5fe6444d18392cc2bb525f7.zip |
Fix python version of USES=python
With hat: python
-rw-r--r-- | devel/pcsc-lite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index b1830fdbaee1..90247ddba0e1 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix perl5 pkgconfig python:build \ - shebangfix tar:bzip2 +USES= libtool pathfix perl5 pkgconfig python:2.7,build shebangfix tar:bzip2 USE_PERL5= build USE_RC_SUBR= pcscd SHEBANG_FILES= src/spy/pcsc-spy |