diff options
author | pav <pav@FreeBSD.org> | 2006-05-21 19:05:17 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-21 19:05:17 +0000 |
commit | 1033a0eef776f717c5ea483a0d845e5795730231 (patch) | |
tree | 7f8a538d8e10b13f3d6658a8d57b5adb6956d7f5 /math | |
parent | 38826514f79aebf4206e875eee91614078eef331 (diff) | |
download | FreeBSD-ports-1033a0eef776f717c5ea483a0d845e5795730231.zip FreeBSD-ports-1033a0eef776f717c5ea483a0d845e5795730231.tar.gz |
- Does not compile on FreeBSD 4.X
Reported by: krismail
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index af2df8a..3a41530 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -148,6 +148,7 @@ CONFIGURE_ENV+= R_PAPERSIZE=letter .if ${OSVERSION} < 500000 CONFIGURE_ARGS+= --disable-mbcs +BROKEN= does not compile .endif .if ${OSVERSION} < 600000 |