svn commit: r489861 - head/www/twms

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 10 13:01:02 UTC 2019


Author: amdmi3
Date: Thu Jan 10 13:01:00 2019
New Revision: 489861
URL: https://svnweb.freebsd.org/changeset/ports/489861

Log:
  - Add clarification on python version limitation
  
  Pointyhat to:	antoine (for not providing it)

Modified:
  head/www/twms/Makefile

Modified: head/www/twms/Makefile
==============================================================================
--- head/www/twms/Makefile	Thu Jan 10 11:41:17 2019	(r489860)
+++ head/www/twms/Makefile	Thu Jan 10 13:01:00 2019	(r489861)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/
 USE_GITHUB=	yes
 GH_ACCOUNT=	Komzpa
 
-USES=		python:2.7
+USES=		python:2.7  # 2.7 only because of webpy dependency
 USE_PYTHON=	distutils py3kplist optsuffix
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list