aboutsummaryrefslogtreecommitdiff
path: root/math/arpack
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 04:37:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 04:37:24 +0000
commitf0ac2b0eed66cd5fc16e38a187c74f28eec296e3 (patch)
tree22c9e4d49dfe523027fbcc7feaa552973b7f9de9 /math/arpack
parentefe276b7140eb56300c6a098100619ffd3f1839e (diff)
downloadports-f0ac2b0eed66cd5fc16e38a187c74f28eec296e3.tar.gz
ports-f0ac2b0eed66cd5fc16e38a187c74f28eec296e3.zip
Notes
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 1524c8d0a2f4..790a2bde5238 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -22,12 +22,12 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Argand Library: large eigenvalue subroutines (serial version)
BUILD_DEPENDS= ${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c \
- ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas
+ ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas
WRKSRC= ${WRKDIR}/ARPACK
ALL_TARGET= lib
-BLAS_LIBS= ${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libatlas.a
+BLAS_LIBS?= ${LOCALBASE}/lib/libblas.a
INSTALLS_SHLIB= yes
USE_REINPLACE= yes