aboutsummaryrefslogtreecommitdiffstats
path: root/math/lapack95/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-09-29 13:18:59 +0800
committerMaho Nakata <maho@FreeBSD.org>2007-09-29 13:18:59 +0800
commit2689116541e52af8890164a7749263254041c67d (patch)
tree39c517fc522cf41f438b3193a6e2e45b9d925782 /math/lapack95/Makefile
parenta27ccd2aa15b457f8939071e2ecbc62fb16b679a (diff)
downloadfreebsd-ports-gnome-2689116541e52af8890164a7749263254041c67d.tar.gz
freebsd-ports-gnome-2689116541e52af8890164a7749263254041c67d.tar.zst
freebsd-ports-gnome-2689116541e52af8890164a7749263254041c67d.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