diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2022-02-18 19:12:51 +0100 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-02-18 19:44:53 +0100 |
| commit | c8704f923ac75cf6b1abc5907c478cc3c22ab03b (patch) | |
| tree | 90cfcc5ddf2263cc35bdc0697d11a5fb5ecc4b37 /math/py-matplotlib | |
| parent | 092c4b37c1802b46f3c54244e5880d4bf7515c0b (diff) | |
math/py-matplotlib: switch to Qhull8
PR: 261278
Approved by: maintainer's time-out
Diffstat (limited to 'math/py-matplotlib')
| -rw-r--r-- | math/py-matplotlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} \ |
