svn commit: r456941 - head/print/py-relatorio
Antoine Brodin
antoine at FreeBSD.org
Thu Dec 21 19:10:42 UTC 2017
Author: antoine
Date: Thu Dec 21 19:10:41 2017
New Revision: 456941
URL: https://svnweb.freebsd.org/changeset/ports/456941
Log:
Restrict to python 2.7
Pointy hat: sunpoet
Modified:
head/print/py-relatorio/Makefile
Modified: head/print/py-relatorio/Makefile
==============================================================================
--- head/print/py-relatorio/Makefile Thu Dec 21 18:41:46 2017 (r456940)
+++ head/print/py-relatorio/Makefile Thu Dec 21 19:10:41 2017 (r456941)
@@ -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
+USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list