diff options
author | seb <seb> | 2008-04-07 18:05:43 +0000 |
---|---|---|
committer | seb <seb> | 2008-04-07 18:05:43 +0000 |
commit | 0180c8aaa20ec879e2a5b86c2a76f5b286cd5313 (patch) | |
tree | f7cc6af70fd56d3243e5e9426ce0ec90ebfcdccf /textproc/Makefile | |
parent | 29590d319c46d223b3d247cf57aebb06a9ae4cfe (diff) | |
download | pkgsrc-0180c8aaa20ec879e2a5b86c2a76f5b286cd5313.tar.gz |
Add & enable ruby-fastercsv
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 5d1c2c2a700..15eb71853db 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.406 2008/04/07 13:08:15 he Exp $ +# $NetBSD: Makefile,v 1.407 2008/04/07 18:05:43 seb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -336,6 +336,7 @@ SUBDIR+= ruby-builder SUBDIR+= ruby-coderay SUBDIR+= ruby-diff-lcs SUBDIR+= ruby-eruby +SUBDIR+= ruby-fastercsv SUBDIR+= ruby-feed-normalizer SUBDIR+= ruby-ferret SUBDIR+= ruby-haml |