svn commit: r455533 - head/devel/boaconstructor

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:07:55 UTC 2017


Author: antoine
Date: Mon Dec  4 20:07:54 2017
New Revision: 455533
URL: https://svnweb.freebsd.org/changeset/ports/455533

Log:
  boaconstructor fails to build with python3

Modified:
  head/devel/boaconstructor/Makefile

Modified: head/devel/boaconstructor/Makefile
==============================================================================
--- head/devel/boaconstructor/Makefile	Mon Dec  4 20:02:45 2017	(r455532)
+++ head/devel/boaconstructor/Makefile	Mon Dec  4 20:07:54 2017	(r455533)
@@ -14,7 +14,7 @@ COMMENT=	Cross platform RAD GUI Building IDE for wxPyt
 
 WRKSRC=		${WRKDIR}/boa-constructor-${PORTVERSION}
 
-USES=		dos2unix gettext python zip
+USES=		dos2unix gettext python:2.7 zip
 USE_WX=		3.0+
 WX_COMPS=	python
 DATADIR=	${PREFIX}/share/Boa


More information about the svn-ports-all mailing list