From c1dce42144208344cc1033f6dc779b6acec116e4 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 10 Jun 2003 10:25:28 +0000 Subject: 1. Correct wrong dependency for Lapack Submitted by: Kay Lehmann 2. Correct wrong dependency for atlas --- math/octave/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/octave') 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 -- cgit v1.2.3