diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-06-10 10:25:28 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-06-10 10:25:28 +0000 |
commit | c1dce42144208344cc1033f6dc779b6acec116e4 (patch) | |
tree | 96ca583294b00afcc19756ce18cfb9b0b898916c | |
parent | Mark FORBIDDEN (local buffer overflow, exploit available). (diff) |
1. Correct wrong dependency for Lapack
Submitted by: Kay Lehmann <kay_lehmann@web.de>
2. Correct wrong dependency for atlas
Notes
Notes:
svn path=/head/; revision=82659
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 9fee90cd91d4..97ffc163029e 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -17,8 +17,8 @@ COMMENT= High-level interactive language for numerical computations BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - f77blas.1:${PORTSDIR}/math/blas \ - lapack.1:${PORTSDIR}/math/lapack + f77blas.1:${PORTSDIR}/math/atlas \ + lapack.3:${PORTSDIR}/math/lapack USE_BZIP2= yes diff --git a/math/octave/Makefile b/math/octave/Makefile index 9fee90cd91d4..97ffc163029e 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -17,8 +17,8 @@ COMMENT= High-level interactive language for numerical computations BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ - f77blas.1:${PORTSDIR}/math/blas \ - lapack.1:${PORTSDIR}/math/lapack + f77blas.1:${PORTSDIR}/math/atlas \ + lapack.3:${PORTSDIR}/math/lapack USE_BZIP2= yes |