svn commit: r455539 - head/x11-toolkits/py-wax

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:45:57 UTC 2017


Author: antoine
Date: Mon Dec  4 20:45:56 2017
New Revision: 455539
URL: https://svnweb.freebsd.org/changeset/ports/455539

Log:
  py-wax doesn't work with python3

Modified:
  head/x11-toolkits/py-wax/Makefile

Modified: head/x11-toolkits/py-wax/Makefile
==============================================================================
--- head/x11-toolkits/py-wax/Makefile	Mon Dec  4 20:40:17 2017	(r455538)
+++ head/x11-toolkits/py-wax/Makefile	Mon Dec  4 20:45:56 2017	(r455539)
@@ -12,7 +12,7 @@ MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	User-friendly layer on top of wxPython
 
 NO_BUILD=	yes
-USES=		python
+USES=		python:2.7
 USE_WX=		2.8
 WX_COMPS=	python:run
 


More information about the svn-ports-head mailing list