aboutsummaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-25 09:58:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-05-25 10:00:10 +0000
commit8470aea030512cde1984737633959548a0e961af (patch)
tree35778b3519065cfff28b655296b94394d9fcb076 /math/octave
parenta674df10cf4c11415d9503ad173f72afb1afe010 (diff)
downloadports-8470aea030512cde1984737633959548a0e961af.tar.gz
ports-8470aea030512cde1984737633959548a0e961af.zip
math/suitesparse: adapt dependency lines after modularization
Do not bump PORTREVISION, because this should not change the resulting packages. Note for maintainers: try to not depend on the whole suitesparse package, especially if your port do not require GraphBLAS (the biggest one).
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 2c82fe4717b9..22eb956a4f29 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -29,7 +29,9 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \
libpcre.so:devel/pcre \
libqhull.so.7:math/qhull \
libqrupdate.so:math/qrupdate \
- libumfpack.so:math/suitesparse \
+ libcxsparse.so:math/suitesparse-cxsparse \
+ libklu.so:math/suitesparse-klu \
+ libumfpack.so:math/suitesparse-umfpack \
libglpk.so:math/glpk \
libgl2ps.so:print/gl2ps \
libfontconfig.so:x11-fonts/fontconfig \