diff options
author | maho <maho@FreeBSD.org> | 2006-09-26 05:41:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-26 05:41:22 +0800 |
commit | 18cb3831052b5e100baa3b40bd3f3ff7982ecef1 (patch) | |
tree | 2232363f42af00f75c770f87353b6b867f4eb246 /math | |
parent | 3d15e4b683650bfa54e59d0bd799c20d13ab46ad (diff) | |
download | freebsd-ports-gnome-18cb3831052b5e100baa3b40bd3f3ff7982ecef1.tar.gz freebsd-ports-gnome-18cb3831052b5e100baa3b40bd3f3ff7982ecef1.tar.zst freebsd-ports-gnome-18cb3831052b5e100baa3b40bd3f3ff7982ecef1.zip |
Remove the dependency of umfpack, this is not needed.
PR: 103646
Submitted by: Karsten Rothemund <karsten@photor.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index f47194c1dc83..745626d476ad 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -18,7 +18,6 @@ COMMENT= Developer's version of math/octave BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gperf:${PORTSDIR}/devel/gperf \ - ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \ ${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk \ ${LOCALBASE}/lib/libcxsparse.a:${PORTSDIR}/math/ufsparse RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |