Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 07:00: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: r455817 - head/devel/wxGlade
Message-ID:  <201712090700.vB970oj2073105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 07:00:50 2017
New Revision: 455817
URL: https://svnweb.freebsd.org/changeset/ports/455817

Log:
  wxGlade is not compatible with python3

Modified:
  head/devel/wxGlade/Makefile

Modified: head/devel/wxGlade/Makefile
==============================================================================
--- head/devel/wxGlade/Makefile	Sat Dec  9 05:56:11 2017	(r455816)
+++ head/devel/wxGlade/Makefile	Sat Dec  9 07:00:50 2017	(r455817)
@@ -13,7 +13,7 @@ COMMENT=	GUI builder for wxPython/wxWidgets written in
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		python
+USES=		python:2.7
 USE_WX=		3.0+
 WX_COMPS=	python
 



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