aboutsummaryrefslogtreecommitdiff
path: root/math/taucs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-09 12:07:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-09 12:07:24 +0000
commit73cbf59119057a648bff4360d3b96a1ec4bb21cc (patch)
tree27f90c2b6dca4ec931622e9831d1f4478cbd26e9 /math/taucs
parent5cc63d4c44636362efaa4850336ba1f32f51f519 (diff)
downloadports-73cbf59119057a648bff4360d3b96a1ec4bb21cc.tar.gz
ports-73cbf59119057a648bff4360d3b96a1ec4bb21cc.zip
Notes
Diffstat (limited to 'math/taucs')
-rw-r--r--math/taucs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile
index c3f1c666e14c..f7d6e94511f7 100644
--- a/math/taucs/Makefile
+++ b/math/taucs/Makefile
@@ -25,7 +25,7 @@ BLAS= -lf77blas -latlas
LAPACK= -llapack
.else
LIB_DEPENDS+= lapack.1:${PORTSDIR}/math/lapack
-LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
BLAS= -lblas
LAPACK= -llapack
.endif