aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-06-10 18:25:28 +0800
committermaho <maho@FreeBSD.org>2003-06-10 18:25:28 +0800
commitfe34de303bb213f22a131112875402b9e9b9c921 (patch)
tree329a10eae61aabe15373d77ccd7b9e02a616dac4 /math/octave-devel
parent3087f1efd166eab78c558d2de4ae85983dabd622 (diff)
downloadfreebsd-ports-gnome-fe34de303bb213f22a131112875402b9e9b9c921.tar.gz
freebsd-ports-gnome-fe34de303bb213f22a131112875402b9e9b9c921.tar.zst
freebsd-ports-gnome-fe34de303bb213f22a131112875402b9e9b9c921.zip
1. Correct wrong dependency for Lapack
Submitted by: Kay Lehmann <kay_lehmann@web.de> 2. Correct wrong dependency for atlas
Diffstat (limited to 'math/octave-devel')
-rw-r--r--math/octave-devel/Makefile4
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