diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-18 11:27:29 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-18 11:27:29 +0000 |
commit | 9c3398055d83b5b77f3c74a1fa856fe46fc2c208 (patch) | |
tree | a1024b61fa8e196a3ef9d77bb1613324e919a4d6 /math/R | |
parent | 7ec6437a9d53812f2c91cc7771a4634a1132b4de (diff) | |
download | pkgsrc-9c3398055d83b5b77f3c74a1fa856fe46fc2c208.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 59c47be2ed7..3945353ef98 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2004/05/07 22:47:26 markd Exp $ +# $NetBSD: Makefile,v 1.54 2004/05/18 11:27:29 uebayasi Exp $ DISTNAME= R-1.9.0 CATEGORIES= math @@ -13,6 +13,8 @@ COMMENT= Statistical language for data analysis and graphics NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha +PKG_INSTALLATION_TYPES= overwrite pkgviews + TEST_TARGET= check USE_BUILDLINK3= # defined USE_X11= # defined |