Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2017 19:10:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456941 - head/print/py-relatorio
Message-ID:  <201712211910.vBLJAfkU092031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712211910.vBLJAfkU092031>