Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:03:55 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 559d03711fb8 - main - math/py-matplotlib: remove unneded dependency on tcl
Message-ID:  <202106101403.15AE3tTb093452@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit 559d03711fb87954a559e48186543a197f1aa4a9
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-06-09 13:57:37 +0000
Commit:     Dmitry Marakasov <amdmi3@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@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101403.15AE3tTb093452>