Index: head/devel/py-pyinquirer/Makefile =================================================================== --- head/devel/py-pyinquirer/Makefile (revision 546116) +++ head/devel/py-pyinquirer/Makefile (revision 546117) @@ -1,22 +1,22 @@ # Created by: Gilbert Morgan # $FreeBSD$ PORTNAME= PyInquirer PORTVERSION= 1.0.3 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gmm@tutanota.com COMMENT= Collection of common interactive command line user interfaces LICENSE= MIT 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