git: c8704f923ac7 - main - math/py-matplotlib: switch to Qhull8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 18:45:02 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8704f923ac75cf6b1abc5907c478cc3c22ab03b
commit c8704f923ac75cf6b1abc5907c478cc3c22ab03b
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-02-18 18:12:51 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-02-18 18:44:53 +0000
math/py-matplotlib: switch to Qhull8
PR: 261278
Approved by: maintainer's time-out
---
math/py-matplotlib/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index c7c79dbf85d0..a8952bd712ba 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -2,6 +2,7 @@
PORTNAME= matplotlib
PORTVERSION= 3.4.3
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=0.10:security/py-certifi@${PY_FLAVOR}
LIB_DEPENDS= libfreetype.so:print/freetype2 \
- libqhull.so:math/qhull \
+ libqhull_r.so:math/qhull8 \
libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig
RUN_DEPENDS= ${PYNUMPY} \