svn commit: r546117 - head/devel/py-pyinquirer

Antoine Brodin antoine at FreeBSD.org
Mon Aug 24 22:14:29 UTC 2020


Author: antoine
Date: Mon Aug 24 22:14:29 2020
New Revision: 546117
URL: https://svnweb.freebsd.org/changeset/ports/546117

Log:
  Fix bulk -a

Modified:
  head/devel/py-pyinquirer/Makefile

Modified: head/devel/py-pyinquirer/Makefile
==============================================================================
--- head/devel/py-pyinquirer/Makefile	Mon Aug 24 22:04:08 2020	(r546116)
+++ head/devel/py-pyinquirer/Makefile	Mon Aug 24 22:14:29 2020	(r546117)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}prompt_toolkit>0:devel/py-prompt_toolkit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
 
-USES=		localbase python
+USES=		localbase python:3.6+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list