diff options
author | recht <recht@pkgsrc.org> | 2003-09-25 21:15:20 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-25 21:15:20 +0000 |
commit | 3aa9abebd68cd41cf595f0e413cf194456fd8a7b (patch) | |
tree | 3fc3bbf4758a931a94ee9270548b571540a0169c /textproc | |
parent | 012e70021b8fcd8dbe90307a4bbc008337a28479 (diff) | |
download | pkgsrc-3aa9abebd68cd41cf595f0e413cf194456fd8a7b.tar.gz |
Add and enable py-SimpleParse.
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 119e100996c..42b6921a317 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2003/09/25 14:05:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.214 2003/09/25 21:15:20 recht Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -170,6 +170,7 @@ SUBDIR+= postgresql-autodoc SUBDIR+= psgml-mode SUBDIR+= py-FourSuite SUBDIR+= py-HappyDoc +SUBDIR+= py-SimpleParse SUBDIR+= py-csv SUBDIR+= py-docutils SUBDIR+= py-dtml |