diff options
author | pav <pav@FreeBSD.org> | 2011-08-27 04:39:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-27 04:39:29 +0800 |
commit | 2a0beb782380dac96ee7ddf6cab0617c6ab38357 (patch) | |
tree | 80ca9b036383a3af55b2dcf675b2ddb6589cb2bb | |
parent | f2e664d8b96f0ef625d31348e766e7de769bc7d0 (diff) | |
download | freebsd-ports-gnome-2a0beb782380dac96ee7ddf6cab0617c6ab38357.tar.gz freebsd-ports-gnome-2a0beb782380dac96ee7ddf6cab0617c6ab38357.tar.zst freebsd-ports-gnome-2a0beb782380dac96ee7ddf6cab0617c6ab38357.zip |
- Mark BROKEN: fails to package
Reported by: pointyhat
-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 \ |