aboutsummaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-05-07 07:51:44 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-05-07 07:51:44 +0000
commit1994a32b57bfe0fe3780404c2dee4f8822f9e7cf (patch)
tree1c04d559fb00c328326d0b08e29df29acbf319d8 /math/R/Makefile
parentfaa8bf0e0ab82d84d342c45b3d84682287d81e85 (diff)
downloadports-1994a32b57bfe0fe3780404c2dee4f8822f9e7cf.tar.gz
ports-1994a32b57bfe0fe3780404c2dee4f8822f9e7cf.zip
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 156742dccc6d..046177d27a2d 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -93,8 +93,8 @@ CONFIGURE_ENV += SHLIB_${flag}FLAGS="${PICFLAG}"
.if !defined(LIBRMATH_SLAVEPORT)
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS?= "-lf77blas -latlas"
-LAPACK?= "-lalapack -lcblas"
+BLAS?= -lf77blas -latlas
+LAPACK?= -lalapack -lcblas
.else
BLAS?= no
LAPACK?= no