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

Antoine Brodin antoine at FreeBSD.org
Wed Jan 29 15:32:11 UTC 2020


Author: antoine
Date: Wed Jan 29 15:32:10 2020
New Revision: 524554
URL: https://svnweb.freebsd.org/changeset/ports/524554

Log:
  pcsc-lite builds fine with python 3

Modified:
  head/devel/pcsc-lite/Makefile

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Wed Jan 29 15:29:30 2020	(r524553)
+++ head/devel/pcsc-lite/Makefile	Wed Jan 29 15:32:10 2020	(r524554)
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE GPLv3+
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pathfix perl5 pkgconfig python:2.7,build shebangfix tar:bzip2
+USES=		libtool pathfix perl5 pkgconfig python:build shebangfix tar:bzip2
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_RC_SUBR=	pcscd


More information about the svn-ports-all mailing list