diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2015-01-16 21:03:59 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2015-01-16 21:03:59 +0000 |
commit | aa1600115b6f43b0b5f5cfae622009cc649e359d (patch) | |
tree | 4e7f1a1bf597b0de57f477d5649b42ffc31219eb /textproc/Makefile | |
parent | a108ee8716fd3960c59fef6c45c923e72e5cff08 (diff) | |
download | pkgsrc-aa1600115b6f43b0b5f5cfae622009cc649e359d.tar.gz |
add and enable csvkit
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9904ed2364a..e7ab09b9f09 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.817 2015/01/04 07:29:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.818 2015/01/16 21:03:59 jnemeth Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -127,6 +127,7 @@ SUBDIR+= colorit SUBDIR+= convertlit SUBDIR+= crimson SUBDIR+= crush-tools +SUBDIR+= csvkit SUBDIR+= dadadodo SUBDIR+= db2latex SUBDIR+= dblatex |