From 8c0749c5a0aae6dbc5fe6444d18392cc2bb525f7 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 28 Apr 2017 20:26:08 +0000 Subject: Fix python version of USES=python With hat: python --- devel/pcsc-lite/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit