diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-18 08:28:37 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-18 08:28:37 +0000 |
commit | 81527a6ee9d78a0ee40136123912a00b65d75589 (patch) | |
tree | e2985a990f10e9500045f16a407121183c722ace | |
parent | 35428a2730775b4ce6ff657e61ec54ef88dd78ce (diff) | |
download | pkgsrc-81527a6ee9d78a0ee40136123912a00b65d75589.tar.gz |
Enable go-regexp2
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f822a950702..74709a4dcba 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1011 2018/11/18 08:25:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.1012 2018/11/18 08:28:37 ryoon Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -207,6 +207,7 @@ SUBDIR+= go-inflect SUBDIR+= go-md2man SUBDIR+= go-mmark SUBDIR+= go-prose +SUBDIR+= go-regexp2 SUBDIR+= go-runewidth SUBDIR+= go-sentences SUBDIR+= go-tablewriter |