diff options
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 \ |