aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-02-18 18:12:51 +0000
committerThierry Thomas <thierry@FreeBSD.org>2022-02-18 18:44:53 +0000
commitc8704f923ac75cf6b1abc5907c478cc3c22ab03b (patch)
tree90cfcc5ddf2263cc35bdc0697d11a5fb5ecc4b37 /math/py-matplotlib
parent092c4b37c1802b46f3c54244e5880d4bf7515c0b (diff)
downloadports-c8704f923ac75cf6b1abc5907c478cc3c22ab03b.tar.gz
ports-c8704f923ac75cf6b1abc5907c478cc3c22ab03b.zip
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/Makefile3
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} \