svn commit: r439647 - head/devel/pcsc-lite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 20:26:09 UTC 2017


Author: sunpoet
Date: Fri Apr 28 20:26:08 2017
New Revision: 439647
URL: https://svnweb.freebsd.org/changeset/ports/439647

Log:
  Fix python version of USES=python
  
  With hat:	python

Modified:
  head/devel/pcsc-lite/Makefile

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Fri Apr 28 20:26:03 2017	(r439646)
+++ head/devel/pcsc-lite/Makefile	Fri Apr 28 20:26:08 2017	(r439647)
@@ -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


More information about the svn-ports-all mailing list