summaryrefslogtreecommitdiff
path: root/science/2dhf
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 /science/2dhf
parentMigrate to gfortran. (diff)
blas.1 -> blas.2
Notes
Notes: svn path=/head/; revision=181852
Diffstat (limited to 'science/2dhf')
-rw-r--r--science/2dhf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile
index 79d90931b3d0..b87884b0cb75 100644
--- a/science/2dhf/Makefile
+++ b/science/2dhf/Makefile
@@ -28,7 +28,7 @@ WITH_ATLAS= yes
LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
BLAS= -lf77blas -latlas
.else
-LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack
BLAS= -lblas
.endif