aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-06-09 13:57:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-06-10 14:00:44 +0000
commit559d03711fb87954a559e48186543a197f1aa4a9 (patch)
treec4430163e2338eb4a9d67e5a0e3a3a23c6690ea2 /math/py-matplotlib/Makefile
parent670bc6ade3daa07b004b2c74f9b57d14a0adac0d (diff)
downloadports-559d03711fb87954a559e48186543a197f1aa4a9.tar.gz
ports-559d03711fb87954a559e48186543a197f1aa4a9.zip
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/Makefile')
-rw-r--r--math/py-matplotlib/Makefile3
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} \