diff options
Diffstat (limited to 'textproc/py-langdetect/Makefile')
-rw-r--r-- | textproc/py-langdetect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-langdetect/Makefile b/textproc/py-langdetect/Makefile index 52ec380a5bae..942fe86c4391 100644 --- a/textproc/py-langdetect/Makefile +++ b/textproc/py-langdetect/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} -USES= python zip +USES= python:3.6+ zip USE_PYTHON= autoplist distutils NO_ARCH= yes |