aboutsummaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2020-09-08 18:07:41 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2020-09-08 18:07:41 +0000
commitbafe85718339655c256fe87ddbdde73ddd5c7826 (patch)
treef2a93c4cd6e93ab8a78315d5adafa0a9b91ec824 /math/octave
parent2659a611e539bbd732071517b7e63d5341e608af (diff)
downloadports-bafe85718339655c256fe87ddbdde73ddd5c7826.tar.gz
ports-bafe85718339655c256fe87ddbdde73ddd5c7826.zip
- Use math/qhull instead of math/qhull5.
- Bump portrevision. PR: 249182 Submitted by: jcfyecrayz@liamekaens.com
Notes
Notes: svn path=/head/; revision=548037
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 7afc245671b6..9428fa3f021a 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,7 +3,7 @@
PORTNAME= octave
PORTVERSION= ${OCTAVE_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= GNU
@@ -28,7 +28,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \
libftgl.so:graphics/ftgl \
libhdf5.so:science/hdf5 \
libpcre.so:devel/pcre \
- libqhull.so.5:math/qhull5 \
+ libqhull.so.7:math/qhull \
libqrupdate.so:math/qrupdate \
libumfpack.so:math/suitesparse \
libglpk.so:math/glpk \