diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 18:00:28 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 18:00:28 +0000 |
commit | cb441f0372cd99057132550765f60a735c3d5f72 (patch) | |
tree | 8eefe358ad58f3d6f86f3367e678d1166f78868c /math/Makefile | |
parent | 4f6c810a89ab7ffe2f3e1c9263131c2052f57da7 (diff) | |
download | pkgsrc-cb441f0372cd99057132550765f60a735c3d5f72.tar.gz |
Added R-DBI and R-RPostgreSQL.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9c6ac855109..a1cc321d6d5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.234 2012/04/15 17:33:52 brook Exp $ +# $NetBSD: Makefile,v 1.235 2012/04/15 18:00:28 brook Exp $ COMMENT= Mathematics SUBDIR+= R SUBDIR+= R-CGIwithR SUBDIR+= R-DAAG +SUBDIR+= R-DBI SUBDIR+= R-GRASS SUBDIR+= R-ISwR SUBDIR+= R-PHYLOGR SUBDIR+= R-R2HTML SUBDIR+= R-RArcInfo SUBDIR+= R-RColorBrewer +SUBDIR+= R-RPostgreSQL SUBDIR+= R-RandomFields SUBDIR+= R-Rcmdr SUBDIR+= R-XML |