diff options
-rw-r--r-- | math/R/Makefile.extension | 4 |
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 |