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 /math/py-matplotlib-scalebar | |
parent | Fix build with -fno-common (diff) |
Unbreak bulk -a
Diffstat (limited to 'math/py-matplotlib-scalebar')
-rw-r--r-- | math/py-matplotlib-scalebar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index 267d94bf3c02..5db431f31477 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes |