diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-04-22 12:08:46 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-09 22:47:43 +0200 |
commit | 7d8e528099b056a0c60d8880c6b9980074740ac2 (patch) | |
tree | 1a76c27976362858270e47e5a1e2e602be229a0a /math/py-matplotlib/Makefile | |
parent | misc/valentina: Update 0.7.45 -> 0.7.46 (diff) |
math/py-matplotlib: upgrade to 3.4.1.
Release notes at <https://matplotlib.org/stable/users/whats_new.html#id4>.
Diffstat (limited to 'math/py-matplotlib/Makefile')
-rw-r--r-- | math/py-matplotlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index e350f86344f3..abaf8bc2c13f 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= matplotlib -PORTVERSION= 3.3.3 +PORTVERSION= 3.4.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,7 +32,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:3.6+ shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome localbase pkgconfig python:3.7+ shebangfix uniquefiles:dirs USE_PYTHON= distutils LDFLAGS+= -fuse-ld=lld |