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/Makefile | |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |