Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2017 20:26:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439647 - head/devel/pcsc-lite
Message-ID:  <201704282026.v3SKQ8aH041652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704282026.v3SKQ8aH041652>