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 | a330986701ccf69b5d132a00a8af7d63f36094bc (patch) | |
tree | 4e7f1a1bf597b0de57f477d5649b42ffc31219eb /textproc | |
parent | 8329f54416d6a929977f51510fb0ce4da021b845 (diff) | |
download | pkgsrc-a330986701ccf69b5d132a00a8af7d63f36094bc.tar.gz |
add and enable csvkit
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 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 |