Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2020 21:33:50 +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: r526529 - head/devel/libftdi1
Message-ID:  <202002192133.01JLXoUR048370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 19 21:33:49 2020
New Revision: 526529
URL: https://svnweb.freebsd.org/changeset/ports/526529

Log:
  libftdi1 works fine with python 3
  
  With hat:	portmgr

Modified:
  head/devel/libftdi1/Makefile

Modified: head/devel/libftdi1/Makefile
==============================================================================
--- head/devel/libftdi1/Makefile	Wed Feb 19 20:02:31 2020	(r526528)
+++ head/devel/libftdi1/Makefile	Wed Feb 19 21:33:49 2020	(r526529)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libftdi1
 PORTVERSION=	1.4
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	devel
 MASTER_SITES=	http://www.intra2net.com/en/developer/libftdi/download/
 
@@ -43,7 +43,7 @@ CMAKE_ARGS+=	-DEXAMPLES:BOOL=false
 .endif
 
 .if ${PORT_OPTIONS:MPYTHON}
-USES+=		python:2.7
+USES+=		python
 CMAKE_ARGS+=	-DPYTHON_BINDINGS:BOOL=true \
 		-DDOCUMENTATION:BOOL=false
 BUILD_DEPENDS+=	swig3.0:devel/swig30



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