diff options
Diffstat (limited to 'devel/py-boolean.py/Makefile')
-rw-r--r-- | devel/py-boolean.py/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-boolean.py/Makefile b/devel/py-boolean.py/Makefile index 988355e95590..71816d2f28e5 100644 --- a/devel/py-boolean.py/Makefile +++ b/devel/py-boolean.py/Makefile @@ -12,7 +12,7 @@ COMMENT= Create and parse boolean expressions and create custom boolean DSL LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes |