aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-02-18 21:15:30 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-02-18 21:15:30 +0000
commit5693794683876c2478f2a8029a6c0a47dc53c184 (patch)
tree0cae3a60269661317a4e15516121aa57e6fc7cd9 /math/plplot
parentc2a26c7a01c70722c50c0958fa2860633ced64c9 (diff)
Diffstat (limited to 'math/plplot')
-rw-r--r--math/plplot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index c34fd5938c2f..86a83a9c6304 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -2,7 +2,7 @@
PORTNAME= plplot
DISTVERSION= 5.15.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= math science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
@@ -78,7 +78,7 @@ LUA_CMAKE_BOOL= ENABLE_lua
LUA_CMAKE_ON= -DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}"
QHULL2020_DESC= Latest Qhull support
-QHULL2020_LIB_DEPENDS= libqhull_r.so:math/qhull8
+QHULL2020_LIB_DEPENDS= libqhull_r.so:math/qhull
QHULL2020_CMAKE_BOOL= PL_HAVE_QHULL HAS_LIBQHULL_INCLUDE
QHULL2020_CMAKE_ON= -DQHULL_RPATH=:FILEPATH="${LOCALBASE}/lib/libqhull_r.so"