diff options
Diffstat (limited to 'devel/py-binaryornot/Makefile')
-rw-r--r-- | devel/py-binaryornot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-binaryornot/Makefile b/devel/py-binaryornot/Makefile index 15ad136d12e0..fe3607917729 100644 --- a/devel/py-binaryornot/Makefile +++ b/devel/py-binaryornot/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:textproc/py-chardet@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes |