svn commit: r457145 - head/print/py-relatorio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 24 11:15:08 UTC 2017


Author: sunpoet
Date: Sun Dec 24 11:15:06 2017
New Revision: 457145
URL: https://svnweb.freebsd.org/changeset/ports/457145

Log:
  Relax USES=python

Modified:
  head/print/py-relatorio/Makefile

Modified: head/print/py-relatorio/Makefile
==============================================================================
--- head/print/py-relatorio/Makefile	Sun Dec 24 11:15:01 2017	(r457144)
+++ head/print/py-relatorio/Makefile	Sun Dec 24 11:15:06 2017	(r457145)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:textpr
 		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR}
 
 NO_ARCH=	yes
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list