diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 16:45:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-03 16:45:58 +0000 |
commit | 75da0f33e9eeaaa3cdfbb3d320fece424418aa51 (patch) | |
tree | b7ad624c440dfa62499d1790fa38b7a82766afa1 /math/R/Makefile | |
parent | 'Ledger' is a command-line accounting program, which uses a simple text file (diff) |
- Update to 82883
PR: ports/82883
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=138422
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 62ba66a0dd01..4090426a6761 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -7,7 +7,7 @@ # PORTNAME= R -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ ftp://cran.r-project.org/pub/R/src/base/R-2/ \ @@ -73,4 +73,10 @@ test check: build check-all: build @(cd ${WRKSRC}; ${MAKE} check-all) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +CONFIGURE_ARGS+= --disable-mbcs +.endif + +.include <bsd.port.post.mk> |