diff options
author | brook <brook@pkgsrc.org> | 2014-09-19 22:34:44 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-19 22:34:44 +0000 |
commit | d3b0c824547998f127558027b2ae1fc2d5ccccfe (patch) | |
tree | 1e5cea9ca09f8e6837d7b3f59d10db2b2dcb5b8e /textproc/Makefile | |
parent | 477d8a7b031cbed77cad51c0ca35cad8904fb68e (diff) | |
download | pkgsrc-d3b0c824547998f127558027b2ae1fc2d5ccccfe.tar.gz |
Move math/R-highr to textproc/R-highr 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/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2b711ee86c4..995d5b37864 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.802 2014/09/19 21:21:17 brook Exp $ +# $NetBSD: Makefile,v 1.803 2014/09/19 22:34:44 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-highr SUBDIR+= R-stringr SUBDIR+= WordNet SUBDIR+= aiksaurus |