diff options
Diffstat (limited to 'math/R-VR/Makefile')
-rw-r--r-- | math/R-VR/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/R-VR/Makefile b/math/R-VR/Makefile index c9610765eca..ac0beb4e971 100644 --- a/math/R-VR/Makefile +++ b/math/R-VR/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/23 01:29:20 markd Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/09 01:19:32 markd Exp $ R_PKGNAME= VR -R_PKGVER= 6.3-2 +R_PKGVER= 7.0-3 MAINTAINER= markd@netbsd.org COMMENT= Various functions from the libraries of Venables and Ripley @@ -9,5 +9,7 @@ COMMENT= Various functions from the libraries of Venables and Ripley R_INST_DIRS= MASS class nnet spatial PLIST_SRC= /dev/null +R_DEPENDS= R>=1.5.0 + .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |