svn commit: r473581 - head/www/twms

Antoine Brodin antoine at FreeBSD.org
Fri Jun 29 21:29:00 UTC 2018


Author: antoine
Date: Fri Jun 29 21:28:59 2018
New Revision: 473581
URL: https://svnweb.freebsd.org/changeset/ports/473581

Log:
  twms is not compatible with python3

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Fri Jun 29 21:28:57 2018	(r473580)
+++ head/www/twms/Makefile	Fri Jun 29 21:28:59 2018	(r473581)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/
 USE_GITHUB=	yes
 GH_ACCOUNT=	Komzpa
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils py3kplist optsuffix
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list