diff options
author | pho <pho@pkgsrc.org> | 2021-04-24 19:33:14 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2021-04-24 19:33:14 +0000 |
commit | 62a84d4d5ca3b69ca42e2e796aca13b6f8533f3c (patch) | |
tree | 3b16d16498a4db5e84fc980b6d132cd3c445a4a6 /textproc/Makefile | |
parent | ab05532f550c65f306afc03ad5bf314c5279875b (diff) | |
download | pkgsrc-62a84d4d5ca3b69ca42e2e796aca13b6f8533f3c.tar.gz |
textproc: +hs-commonmark
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 361a551a264..9ff4dd8448e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1213 2021/04/24 19:26:55 pho Exp $ +# $NetBSD: Makefile,v 1.1214 2021/04/24 19:33:14 pho Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -308,6 +308,7 @@ SUBDIR+= hs-cgrep SUBDIR+= hs-cheapskate SUBDIR+= hs-citeproc SUBDIR+= hs-cmark-gfm +SUBDIR+= hs-commonmark SUBDIR+= hs-css-text SUBDIR+= hs-csv SUBDIR+= hs-doclayout |