summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-03 12:00:32 +0000
committerrillig <rillig@pkgsrc.org>2005-11-03 12:00:32 +0000
commita260811277a4ea2d871cb24e02a325c27c7ecac0 (patch)
tree57709d12a62f769798d9e7a071118270b6683315 /math/R
parent45895fa8b703dcdefe5669ca6db626785b39176c (diff)
downloadpkgsrc-a260811277a4ea2d871cb24e02a325c27c7ecac0.tar.gz
Added a variable R_HOMEPAGE_BASE that is needed as a replacement for all
those packages that currently use ${MASTER_SITE_R_CRAN:=foo} as their HOMEPAGE. As the HOMEPAGE is a single URL, not a list of URLs, the MASTER_SITE variables cannot be used for this.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile.extension4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension
index ae9cc0dd3dc..bfa537d2d2e 100644
--- a/math/R/Makefile.extension
+++ b/math/R/Makefile.extension
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.6 2004/01/20 12:20:04 agc Exp $
+# $NetBSD: Makefile.extension,v 1.7 2005/11/03 12:00:32 rillig Exp $
#
# This Makefile fragment is included by packages for R library packages.
#
@@ -14,6 +14,8 @@ MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/}
DIST_SUBDIR?= R
CATEGORIES+= math
+R_HOMEPAGE_BASE= http://cran.r-project.org/src/contrib/Descriptions
+
R_DEPENDS?= R>=1.7.0
DEPENDS+= ${R_DEPENDS}:../../math/R