svn commit: r526529 - head/devel/libftdi1

Antoine Brodin antoine at FreeBSD.org
Wed Feb 19 21:33:51 UTC 2020


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


More information about the svn-ports-all mailing list