svn commit: r550052 - head/devel/py-Jinja2

Antoine Brodin antoine at FreeBSD.org
Fri Sep 25 16:03:06 UTC 2020


Author: antoine
Date: Fri Sep 25 16:03:05 2020
New Revision: 550052
URL: https://svnweb.freebsd.org/changeset/ports/550052

Log:
  Unbreak bulk -a

Modified:
  head/devel/py-Jinja2/Makefile

Modified: head/devel/py-Jinja2/Makefile
==============================================================================
--- head/devel/py-Jinja2/Makefile	Fri Sep 25 15:53:43 2020	(r550051)
+++ head/devel/py-Jinja2/Makefile	Fri Sep 25 16:03:05 2020	(r550052)
@@ -23,7 +23,7 @@ USES=		python
 USE_PYTHON=	autoplist distutils
 .endif
 .if ${PKGNAMESUFFIX} == -doc
-USES=		gmake python
+USES=		gmake python:3.6+
 USE_PYTHON=	flavors
 .endif
 


More information about the svn-ports-head mailing list