summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-17 03:00:28 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-17 03:00:28 +0000
commite26425cc67902a8a950ea330847f5b1e495e0603 (patch)
tree3a85ff41d4f8ff784189716546e245c2a3b2acae /science
parent- mark broken on FreeBSD 4 to satisfy pointyhat (diff)
Add missing dependency for cblas.
Notes
Notes: svn path=/head/; revision=182565
Diffstat (limited to 'science')
-rw-r--r--science/mpqc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 7db707c564be..8275db5528d0 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -31,7 +31,7 @@ WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -lf77blas -latlas
+BLAS= -lf77blas -latlas -lcblas
LAPACK= -lalapack
.else
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas