diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-29 01:46:36 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-29 01:46:36 +0000 |
commit | 435c18abc3145ac0572e82fb5a0f6c46444011a0 (patch) | |
tree | ac7ab74db6debac1e1e2a999127abcbf14f593ab /math/R | |
parent | 2c845fddf6374fb030989134e29a76d6f896f22a (diff) |
Notes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 29562bfef144..46f376395e9b 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -30,6 +30,8 @@ DISTNAME= R-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT?= A language for statistical computing and graphics +PORTSCOUT= skipv:2.15.1-w + .if defined(LIBRMATH_SLAVEPORT) BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone CONFIGURE_ARGS = --disable-nls --with-ICU=no --with-cairo=no --with-iconv=no \ |