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 /math/octave-devel | |
parent | 41e52169a5cfb7d821f7a4fa5b4087be926aa073 (diff) | |
download | ports-c1dce42144208344cc1033f6dc779b6acec116e4.tar.gz ports-c1dce42144208344cc1033f6dc779b6acec116e4.zip |
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
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |