diff options
author | schmonz <schmonz@pkgsrc.org> | 2020-10-13 10:36:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2020-10-13 10:36:59 +0000 |
commit | 49af83ea0daf860815eee6f42a77392ee93f94ad (patch) | |
tree | 26b95178f0107b93d2b69830f8b08deb9ba5365d | |
parent | 6b2e2c1021d8a2d99d4224be59682fe092aa65fd (diff) | |
download | pkgsrc-49af83ea0daf860815eee6f42a77392ee93f94ad.tar.gz |
Add and enable py-sgmllib3k.
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0e736347b52..120a386816c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1172 2020/09/28 23:56:19 khorben Exp $ +# $NetBSD: Makefile,v 1.1173 2020/10/13 10:36:59 schmonz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -935,6 +935,7 @@ SUBDIR+= py-rebulk SUBDIR+= py-regex SUBDIR+= py-relatorio SUBDIR+= py-rst2pdf +SUBDIR+= py-sgmllib3k SUBDIR+= py-smartypants SUBDIR+= py-snowballstemmer SUBDIR+= py-sphinx |