diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-06-09 16:57:37 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-06-10 17:00:44 +0300 |
commit | 559d03711fb87954a559e48186543a197f1aa4a9 (patch) | |
tree | c4430163e2338eb4a9d67e5a0e3a3a23c6690ea2 /math/py-matplotlib | |
parent | security/py-trustme: update to 0.8.0 (diff) |
math/py-matplotlib: remove unneded dependency on tcl
PR: 255843
Approved by: maintainer timeout (mainland@apeiron.net, 1 month)
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index abaf8bc2c13f..57809564b37f 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -18,8 +18,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libqhull.so:math/qhull \ libpng.so:graphics/png \ - libfontconfig.so:x11-fonts/fontconfig \ - libtcl86.so:lang/tcl86 + libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.10:devel/py-cycler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \ |