svn commit: r455817 - head/devel/wxGlade

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 07:00:51 UTC 2017


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
 


More information about the svn-ports-head mailing list