diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-07 07:51:44 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-07 07:51:44 +0000 |
commit | 1994a32b57bfe0fe3780404c2dee4f8822f9e7cf (patch) | |
tree | 1c04d559fb00c328326d0b08e29df29acbf319d8 /math/R/Makefile | |
parent | faa8bf0e0ab82d84d342c45b3d84682287d81e85 (diff) | |
download | ports-1994a32b57bfe0fe3780404c2dee4f8822f9e7cf.tar.gz ports-1994a32b57bfe0fe3780404c2dee4f8822f9e7cf.zip |
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 4 |
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 |