diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 21:35:08 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-02 21:35:08 +0800 |
commit | 2e46be1ff1c305d5b9e1712674f9833c4aac46b5 (patch) | |
tree | c001e728f7fffb27dfcd2fac2590d4222c2be740 /math | |
parent | 2c27bdb9538af1e43590b71b2f6de8ddf47ab751 (diff) | |
download | freebsd-ports-gnome-2e46be1ff1c305d5b9e1712674f9833c4aac46b5.tar.gz freebsd-ports-gnome-2e46be1ff1c305d5b9e1712674f9833c4aac46b5.tar.zst freebsd-ports-gnome-2e46be1ff1c305d5b9e1712674f9833c4aac46b5.zip |
Finish python 2.7 support removal
Diffstat (limited to 'math')
-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 |