git: 559d03711fb8 - main - math/py-matplotlib: remove unneded dependency on tcl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 10 14:03:56 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=559d03711fb87954a559e48186543a197f1aa4a9

commit 559d03711fb87954a559e48186543a197f1aa4a9
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-06-09 13:57:37 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-06-10 14:00:44 +0000

    math/py-matplotlib: remove unneded dependency on tcl
    
    PR:             255843
    Approved by:    maintainer timeout (mainland at apeiron.net, 1 month)
---
 math/py-matplotlib/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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} \


More information about the dev-commits-ports-main mailing list