diff options
author | markd <markd@pkgsrc.org> | 2005-12-11 14:37:12 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-12-11 14:37:12 +0000 |
commit | 49f61d33665d3065a9d1c7b04936137c7211b7a4 (patch) | |
tree | 6845bef5eeefce70183269427b764a872072cc2a /math/R/Makefile | |
parent | 4dee6a36fa48c81d018caebbf05e01ce2eef2781 (diff) | |
download | pkgsrc-49f61d33665d3065a9d1c7b04936137c7211b7a4.tar.gz |
Update R to 2.2.0
Changes:
This version contains several changes and additions, mostly incremental.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r-- | math/R/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 5613a6cef0b..547d122e6eb 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2005/12/05 20:50:36 rillig Exp $ +# $NetBSD: Makefile,v 1.77 2005/12/11 14:37:12 markd Exp $ -DISTNAME= R-2.1.1 -PKGREVISION= 1 +DISTNAME= R-2.2.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} @@ -31,9 +30,9 @@ CONFIGURE_ARGS+= --with-tcltk CONFIGURE_ARGS+= --with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh CONFIGURE_ARGS+= --with-tk-config=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh CONFIGURE_ARGS+= --without-gnome # not yet stable -CONFIGURE_ARGS+= --with-zlib -CONFIGURE_ARGS+= --with-bzlib -CONFIGURE_ARGS+= --with-pcre +CONFIGURE_ARGS+= --with-system-zlib +CONFIGURE_ARGS+= --with-system-bzlib +CONFIGURE_ARGS+= --with-system-pcre # Use BLAS (math/blas) # |