diff options
author | drochner <drochner> | 2003-04-29 18:25:51 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-04-29 18:25:51 +0000 |
commit | d6f345a30fce53908bbf5396635857155097ccff (patch) | |
tree | b54b8567b391ced03d33d232ea965e2b273de72e /textproc | |
parent | 2a6e068c7307eccaa1cdce3cc03da61b266df55a (diff) | |
download | pkgsrc-d6f345a30fce53908bbf5396635857155097ccff.tar.gz |
add py-csv
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 79ddc44665b..2c571114d26 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2003/04/26 16:18:00 taca Exp $ +# $NetBSD: Makefile,v 1.197 2003/04/29 18:25:51 drochner Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -161,6 +161,7 @@ SUBDIR+= postgresql-autodoc SUBDIR+= psgml-mode SUBDIR+= py-FourSuite SUBDIR+= py-HappyDoc +SUBDIR+= py-csv SUBDIR+= py-docutils SUBDIR+= py-dtml SUBDIR+= py-expat |