diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-19 14:15:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-09-19 14:15:42 +0000 |
commit | 9e6683e879b2be1a8b288ef77963a436290dd963 (patch) | |
tree | b26417547483fd103a7fe4227cf877d543f92585 /graphics/py-descartes | |
parent | a905cf1e2170528ff7338047943a9ebb698c2d80 (diff) |
Notes
Diffstat (limited to 'graphics/py-descartes')
-rw-r--r-- | graphics/py-descartes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-descartes/Makefile b/graphics/py-descartes/Makefile index 8acf1a33d3cf..4a7255408a1a 100644 --- a/graphics/py-descartes/Makefile +++ b/graphics/py-descartes/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |