diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 13:35:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 13:35:08 +0000 |
commit | 2e46be1ff1c305d5b9e1712674f9833c4aac46b5 (patch) | |
tree | c001e728f7fffb27dfcd2fac2590d4222c2be740 /math/py-matplotlib2/Makefile | |
parent | multimedia/kodi-devel: add powerpc64le support (diff) |
Finish python 2.7 support removal
Notes
Notes:
svn path=/head/; revision=559938
Diffstat (limited to '')
-rw-r--r-- | math/py-matplotlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib2/Makefile b/math/py-matplotlib2/Makefile index 4191a87b3049..ba33447f0380 100644 --- a/math/py-matplotlib2/Makefile +++ b/math/py-matplotlib2/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome pkgconfig python shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome pkgconfig python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include |