summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 21:23:50 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 21:23:50 +0000
commit12948f646428cb3a72e918347b26a05a2f8fb4c0 (patch)
treef8c8e7f07709d38033fde66517f7724632239387 /math/R
parent- Update to 3.0 (diff)
Fix library dependencies.
Submitted by: rafan Approved by: portmgr(kris) implicitly
Notes
Notes: svn path=/head/; revision=182231
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index fec970a7d790..5093349b041a 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -72,11 +72,11 @@ check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
CONFIGURE_ARGS+=--with-lapack="-lalapack -lcblas" --with-blas="-lf77blas"
PLIST_SUB+= BLAS="@comment "
.else
-LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
+LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
CONFIGURE_ARGS+=--with-blas="-lblas"
PLIST_SUB+= BLAS=""
.endif