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 | |
parent | Fix build with -fno-common (diff) |
Unbreak bulk -a
Notes
Notes:
svn path=/head/; revision=548989
Diffstat (limited to '')
-rw-r--r-- | math/py-matplotlib-scalebar/Makefile | 2 | ||||
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 514de9b57626..804fb27b91e4 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}certifi>=0.10:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome localbase pkgconfig python shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome localbase pkgconfig python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= distutils OPTIONS_DEFINE= EXAMPLES \ |