aboutsummaryrefslogtreecommitdiffstats
path: root/math/lapack95/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-09-29 13:18:59 +0800
committermaho <maho@FreeBSD.org>2007-09-29 13:18:59 +0800
commitaba2bfb9ddac0f3a796e1be4e8cb7c68bbb7b61a (patch)
tree5bab3257fa64e553ba53a2e44ede2fefb51fa0c2 /math/lapack95/Makefile
parent845320ded47b7b532bdcfc281b7e8c794eca3c1d (diff)
downloadfreebsd-ports-gnome-aba2bfb9ddac0f3a796e1be4e8cb7c68bbb7b61a.tar.gz
freebsd-ports-gnome-aba2bfb9ddac0f3a796e1be4e8cb7c68bbb7b61a.tar.zst
freebsd-ports-gnome-aba2bfb9ddac0f3a796e1be4e8cb7c68bbb7b61a.zip
Now examples are buildable with upcoming new Lapack port
update.
Diffstat (limited to 'math/lapack95/Makefile')
-rw-r--r--math/lapack95/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack95/Makefile b/math/lapack95/Makefile
index c2f2e5d0da33..9c03e08b028f 100644
--- a/math/lapack95/Makefile
+++ b/math/lapack95/Makefile
@@ -32,8 +32,8 @@ LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
BLAS= -lf77blas -latlas
LAPACK= -lalapack -lcblas
.else
-LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= blas:${PORTSDIR}/math/blas
+LIB_DEPENDS+= lapack:${PORTSDIR}/math/lapack
BLAS= -lblas
LAPACK= -llapack
.endif