summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-06-10 10:25:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-06-10 10:25:28 +0000
commitc1dce42144208344cc1033f6dc779b6acec116e4 (patch)
tree96ca583294b00afcc19756ce18cfb9b0b898916c /math/octave
parentMark 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
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
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