diff options
author | leot <leot@pkgsrc.org> | 2017-05-09 13:18:48 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-05-09 13:18:48 +0000 |
commit | 35300e5e6d5c32bfbab29084c9de65662161f2fd (patch) | |
tree | 6ac3d8ea9ba41bea1e256a0258fcb9f1bdf67d62 /textproc | |
parent | d7b467ac650e863e51758018eb56b66d477db768 (diff) | |
download | pkgsrc-35300e5e6d5c32bfbab29084c9de65662161f2fd.tar.gz |
+ py-jellyfish
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 3ff98363353..f1bfa784af2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.928 2017/04/23 05:10:29 markd Exp $ +# $NetBSD: Makefile,v 1.929 2017/05/09 13:18:48 leot Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -734,6 +734,7 @@ SUBDIR+= py-html2text SUBDIR+= py-html5lib SUBDIR+= py-humanize SUBDIR+= py-iniparse +SUBDIR+= py-jellyfish SUBDIR+= py-jinja2 SUBDIR+= py-jsbeautifier SUBDIR+= py-jsonlib |