diff options
author | cheusov <cheusov@pkgsrc.org> | 2016-05-24 22:30:39 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2016-05-24 22:30:39 +0000 |
commit | a47410b3a81195f0a07d731155c7bf49a3cbd4ca (patch) | |
tree | ed939eb2170dd900ae079ed645984de020fb50c3 /textproc/Makefile | |
parent | 6988e8dc28447eee5f7b045d611a839ac562cbb7 (diff) | |
download | pkgsrc-a47410b3a81195f0a07d731155c7bf49a3cbd4ca.tar.gz |
+jgrep
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 2449beb314a..ee11858e0d9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.882 2016/04/29 11:55:06 wiz Exp $ +# $NetBSD: Makefile,v 1.883 2016/05/24 22:30:39 cheusov Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -325,6 +325,7 @@ SUBDIR+= java-mecab SUBDIR+= java-native-hyperestraier SUBDIR+= java-pure-hyperestraier SUBDIR+= jdom +SUBDIR+= jgrep SUBDIR+= jing SUBDIR+= json-c SUBDIR+= json-glib |