diff options
author | pho <pho@pkgsrc.org> | 2020-01-19 23:47:26 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-19 23:47:26 +0000 |
commit | 6b1764fbbd17f08573c8750702948342fe0d4274 (patch) | |
tree | 0a169e047ce7c77acadf7c03680b9e9bcf5605cc /textproc | |
parent | 747b8e9ef0728622bcd4fa16c1f35217187c4d87 (diff) | |
download | pkgsrc-6b1764fbbd17f08573c8750702948342fe0d4274.tar.gz |
Add hs-regex-tdfa
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 bd8bb92bc71..cc636fc3ac7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1108 2020/01/19 15:02:01 pho Exp $ +# $NetBSD: Makefile,v 1.1109 2020/01/19 23:47:26 pho Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -310,6 +310,7 @@ SUBDIR+= hs-polyparse SUBDIR+= hs-regex-base SUBDIR+= hs-regex-pcre SUBDIR+= hs-regex-posix +SUBDIR+= hs-regex-tdfa SUBDIR+= hs-skylighting SUBDIR+= hs-skylighting-core SUBDIR+= hs-stringsearch |