diff options
author | pho <pho@pkgsrc.org> | 2020-01-11 11:05:07 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-11 11:05:07 +0000 |
commit | c0d32c1521f3e7748a9497b2427c788d73b34947 (patch) | |
tree | 87973d538ab54b472b27244c1cf0bd148ebbd3c0 | |
parent | ef78978e53ece561cdcaa307d5b1f53308115312 (diff) | |
download | pkgsrc-c0d32c1521f3e7748a9497b2427c788d73b34947.tar.gz |
Add hs-libyaml
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2a62c92fa7a..010761bf9c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1078 2020/01/11 10:32:13 pho Exp $ +# $NetBSD: Makefile,v 1.1079 2020/01/11 11:05:07 pho Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -281,6 +281,7 @@ SUBDIR+= hs-blaze-markup SUBDIR+= hs-case-insensitive SUBDIR+= hs-cgrep SUBDIR+= hs-hscolour +SUBDIR+= hs-libyaml SUBDIR+= hs-pandoc-types SUBDIR+= hs-polyparse SUBDIR+= hs-regex-base |