aboutsummaryrefslogtreecommitdiffstats
path: root/math/R
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-13 05:23:50 +0800
committermaho <maho@FreeBSD.org>2007-01-13 05:23:50 +0800
commit22f648ab7a7dcfc205e22baf4b7ebe3cebf2d588 (patch)
tree50bdaf9ab4a9c235958b48ea33de0053b5c16ea4 /math/R
parentd9ce857f0002c82f3ddfd66f6238828cfce71bee (diff)
downloadfreebsd-ports-gnome-22f648ab7a7dcfc205e22baf4b7ebe3cebf2d588.tar.gz
freebsd-ports-gnome-22f648ab7a7dcfc205e22baf4b7ebe3cebf2d588.tar.zst
freebsd-ports-gnome-22f648ab7a7dcfc205e22baf4b7ebe3cebf2d588.zip
Fix library dependencies.
Submitted by: rafan Approved by: portmgr(kris) implicitly
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