diff options
author | maho <maho@FreeBSD.org> | 2006-10-06 11:57:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-10-06 11:57:59 +0800 |
commit | 68df1b49e655bafb1bc9959fbf96b3b0d813e830 (patch) | |
tree | 3fc6fc587870f41930a8c7de69d76c9e817a170d /math/octave-devel | |
parent | d7ff82f6150a5b58629077bad6ebc05724190925 (diff) | |
download | freebsd-ports-gnome-68df1b49e655bafb1bc9959fbf96b3b0d813e830.tar.gz freebsd-ports-gnome-68df1b49e655bafb1bc9959fbf96b3b0d813e830.tar.zst freebsd-ports-gnome-68df1b49e655bafb1bc9959fbf96b3b0d813e830.zip |
math/ufsparse has been renamed to math/suitesparse
PR: 103598
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 745626d476ad..62f2367241cf 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -19,7 +19,7 @@ COMMENT= Developer's version of math/octave BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gperf:${PORTSDIR}/devel/gperf \ ${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk \ - ${LOCALBASE}/lib/libcxsparse.a:${PORTSDIR}/math/ufsparse + ${LOCALBASE}/lib/libcxsparse.a:${PORTSDIR}/math/suitesparse RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ atlas.1:${PORTSDIR}/math/atlas \ |