Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 20:07:54 +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: r455533 - head/devel/boaconstructor
Message-ID:  <201712042007.vB4K7sYg075352@repo.freebsd.org>

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



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