diff options
author | brook <brook@pkgsrc.org> | 2014-09-19 21:21:16 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-19 21:21:16 +0000 |
commit | 0c1827638b32b8dd1e9ef4c700ab073d3777c1ec (patch) | |
tree | 06a1b2613b7c372d09ad2d28d7eec4e61e6838eb /textproc | |
parent | 1364b2e07d9f95f49f869ba244097e4bd5300132 (diff) | |
download | pkgsrc-0c1827638b32b8dd1e9ef4c700ab073d3777c1ec.tar.gz |
Move math/R-stringr to textproc/R-stringr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 83ba9777d36..2b711ee86c4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.801 2014/09/19 20:36:53 brook Exp $ +# $NetBSD: Makefile,v 1.802 2014/09/19 21:21:17 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -10,6 +10,7 @@ SUBDIR+= GutenMark-words SUBDIR+= Markdown SUBDIR+= OdfConverter SUBDIR+= R-formatR +SUBDIR+= R-stringr SUBDIR+= WordNet SUBDIR+= aiksaurus SUBDIR+= antiword |