Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 15:32:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524554 - head/devel/pcsc-lite
Message-ID:  <202001291532.00TFWAZn079429@repo.freebsd.org>

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



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