diff options
Diffstat (limited to 'graphics/py-graph-core/Makefile')
-rw-r--r-- | graphics/py-graph-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-graph-core/Makefile b/graphics/py-graph-core/Makefile index 7725228d4ac1..7c7c5a5ce284 100644 --- a/graphics/py-graph-core/Makefile +++ b/graphics/py-graph-core/Makefile @@ -14,7 +14,7 @@ COMMENT= Library for working with graphs in Python, core module LICENSE= MIT -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |