From fe34de303bb213f22a131112875402b9e9b9c921 Mon Sep 17 00:00:00 2001 From: maho 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-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/octave-devel') diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 9fee90cd91d..97ffc163029 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 -- cgit