diff options
author | rillig <rillig> | 2007-09-08 13:44:48 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-09-08 13:44:48 +0000 |
commit | 2c0522ba1f02f2fba7c776e421ebe2333de6aff8 (patch) | |
tree | 2378721fa7c9c5fa6fb872b2ce59e8508ee2703a /math | |
parent | e5b8863339b0b95b16743affb9657a85744a9ae6 (diff) | |
download | pkgsrc-2c0522ba1f02f2fba7c776e421ebe2333de6aff8.tar.gz |
Fixed the path to unzip. PKGREVISION++
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 0bc1bc7a823..c97c7d8569a 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2007/03/28 11:06:29 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.92 2007/09/08 13:44:48 rillig Exp $ DISTNAME= R-2.4.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} @@ -16,7 +16,7 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ PKG_INSTALLATION_TYPES= overwrite pkgviews TEST_TARGET= check -USE_TOOLS+= gmake gzip:run makeinfo perl:run sed xmkmf +USE_TOOLS+= gmake gzip:run makeinfo perl:run sed unzip:run xmkmf USE_GNU_READLINE= yes # uses callback interface USE_LANGUAGES= c fortran USE_LIBTOOL= yes @@ -50,6 +50,7 @@ CONFIGURE_ENV+= GETWD=${TOOLS_PWD_CMD:Q} CONFIGURE_ENV+= lt_cv_path_LD=${LD:Q} CONFIGURE_ENV+= lt_cv_path_SED=${TOOLS_SED:Q} CONFIGURE_ENV+= ac_cv_path_R_GZIPCMD=${TOOLS_GZIP_CMD:Q} +CONFIGURE_ENV+= ac_cv_path_R_UNZIPCMD=${TOOLS_PATH.unzip} # Package assumes it can append to files (specifically DESCRIPTION) that have # been installed SHAREMODE |