aboutsummaryrefslogtreecommitdiff
path: root/math/arpack
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-09 22:49:50 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-09 22:49:50 +0000
commit42dd1b7d84facb1e58a1e399b175b5158c2b2bd6 (patch)
tree3515c6c9243a729c2db60086c853ea3d21547e5d /math/arpack
parentb04cc8eeea30b2616a7bd698127937fc254ec819 (diff)
downloadports-42dd1b7d84facb1e58a1e399b175b5158c2b2bd6.tar.gz
ports-42dd1b7d84facb1e58a1e399b175b5158c2b2bd6.zip
Notes
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index 738819c438f9..ebedc15a4119 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -7,7 +7,7 @@
PORTNAME= arpack
PORTVERSION= 96
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/
DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz
@@ -29,10 +29,10 @@ USE_GCC= 4.2+
WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
BLAS_LIBS?= "-L${LOCALBASE}/lib -lf77blas -latlas"
.else
-LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
BLAS_LIBS?= "-L${LOCALBASE}/lib -lblas"
.endif