aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-09 20:07:24 +0800
committermaho <maho@FreeBSD.org>2007-01-09 20:07:24 +0800
commit75d33fe0bcc44939d3180cf2625b3a5099141b22 (patch)
tree3903648311f0e12591022dcfba91cd3cb5d83efd
parent3967ae3c40a6483f8a66810b36c5796fbaae91cc (diff)
downloadfreebsd-ports-gnome-75d33fe0bcc44939d3180cf2625b3a5099141b22.tar.gz
freebsd-ports-gnome-75d33fe0bcc44939d3180cf2625b3a5099141b22.tar.zst
freebsd-ports-gnome-75d33fe0bcc44939d3180cf2625b3a5099141b22.zip
blas.1 -> blas.2
-rw-r--r--cad/calculix/Makefile2
-rw-r--r--math/taucs/Makefile2
-rw-r--r--science/2dhf/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile
index fedcb137be47..828bec58ab9c 100644
--- a/cad/calculix/Makefile
+++ b/cad/calculix/Makefile
@@ -40,7 +40,7 @@ WITH_ATLAS= yes
LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
BLAS_LIBS?= -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_LIBS= -lblas
.endif
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
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