aboutsummaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-03 16:45:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-03 16:45:58 +0000
commit75da0f33e9eeaaa3cdfbb3d320fece424418aa51 (patch)
treeb7ad624c440dfa62499d1790fa38b7a82766afa1 /math/R/Makefile
parenta683b2c98d5081a050ccccf0d43641899e88d611 (diff)
downloadports-75da0f33e9eeaaa3cdfbb3d320fece424418aa51.tar.gz
ports-75da0f33e9eeaaa3cdfbb3d320fece424418aa51.zip
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile10
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>