aboutsummaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-25 16:14:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-25 16:14:44 +0000
commit8667546bacc44cfcda9e7efb8144b0e0d1d5fb83 (patch)
tree1531732b37b158f51c8fe2b1f869b1805af495bb /math/R/Makefile
parentff791ee73ab95af18dff49549f75d2159eda8d6a (diff)
downloadports-8667546bacc44cfcda9e7efb8144b0e0d1d5fb83.tar.gz
ports-8667546bacc44cfcda9e7efb8144b0e0d1d5fb83.zip
Notes
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 41a2b4c47d33..a1f98ccee088 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= R
-PORTVERSION= 1.9.0
-CATEGORIES= math
+PORTVERSION= 1.9.1
+CATEGORIES= math lang
MASTER_SITES= http://cran.r-project.org/src/base/ \
ftp://cran.r-project.org/pub/R/src/base/ \
http://cran.at.r-project.org/src/base/ \
@@ -55,7 +55,7 @@ CONFIGURE_ENV= FFLAGS="${FFLAGS}" \
INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
CONFIGURE_ARGS+=--enable-R-shlib --with-bzlib --with-pcre --with-zlib
-# NB: R 1.9.0 requires zlib 1.2.1, but the system zlib is currently
+# NB: R requires zlib 1.2.1, but the system zlib is currently
# only 1.1.4. Thus, R compiles its own bundled version of zlib
# despite configuring with --with-zlib.