svn commit: r500102 - head/devel/py-buildbot-www

Antoine Brodin antoine at FreeBSD.org
Fri Apr 26 11:39:24 UTC 2019


Author: antoine
Date: Fri Apr 26 11:39:23 2019
New Revision: 500102
URL: https://svnweb.freebsd.org/changeset/ports/500102

Log:
  Unbreak

Modified:
  head/devel/py-buildbot-www/Makefile

Modified: head/devel/py-buildbot-www/Makefile
==============================================================================
--- head/devel/py-buildbot-www/Makefile	Fri Apr 26 11:33:08 2019	(r500101)
+++ head/devel/py-buildbot-www/Makefile	Fri Apr 26 11:39:23 2019	(r500102)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-console-v
 		${PYTHON_PKGNAMEPREFIX}buildbot-waterfall-view>=${PORTVERSION}:devel/py-buildbot-waterfall-view@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list