diff options
author | wen <wen@pkgsrc.org> | 2016-01-01 13:02:55 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-01 13:02:55 +0000 |
commit | 00d16a2159c43732a8c968f9e1995748c496f4f7 (patch) | |
tree | 25a097b0e93ca9caa41dbf6ed20d7557302d2a29 /textproc | |
parent | 9c162f88db50207538f4800f35dfbb8acf0fa923 (diff) | |
download | pkgsrc-00d16a2159c43732a8c968f9e1995748c496f4f7.tar.gz |
Add R-stringi
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 5ee8b843018..271642a47ce 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.856 2015/12/27 20:50:49 wiz Exp $ +# $NetBSD: Makefile,v 1.857 2016/01/01 13:02:55 wen Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -13,6 +13,7 @@ SUBDIR+= OdfConverter SUBDIR+= R-formatR SUBDIR+= R-highr SUBDIR+= R-markdown +SUBDIR+= R-stringi SUBDIR+= R-stringr SUBDIR+= WordNet SUBDIR+= aiksaurus |