diff options
Diffstat (limited to 'devel/py-pyinquirer/Makefile')
-rw-r--r-- | devel/py-pyinquirer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pyinquirer/Makefile b/devel/py-pyinquirer/Makefile index a647a4c83b2b..376e08c9a549 100644 --- a/devel/py-pyinquirer/Makefile +++ b/devel/py-pyinquirer/Makefile @@ -15,7 +15,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:3.6+ +USES= localbase python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |