diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-26 20:39:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-08-26 20:39:29 +0000 |
commit | 3d42759a123d242f03493c5bafa9ff3ff5e5168e (patch) | |
tree | fe6f31c24f462c5c004d7166c9ebee2669178276 /math/R | |
parent | 791fda4057ab46b3b5acb12402ba5e8c270a9bd0 (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 4f1d7fbfc1e1..49dee5d31690 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -31,6 +31,8 @@ DISTNAME= R-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT?= A language for statistical computing and graphics +BROKEN= fails to package + .if defined(LIBRMATH_SLAVEPORT) BUILD_WRKSRC= ${WRKSRC}/src/nmath/standalone CONFIGURE_ARGS = --disable-nls --with-ICU=no --with-cairo=no --with-iconv=no \ |