diff options
author | taca <taca> | 2010-09-12 01:54:29 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-12 01:54:29 +0000 |
commit | e651c9789925cac9c75b2b04fdd53b0d6890c27f (patch) | |
tree | 3109d9f52050f4839d25f742d1ddd050eb0e0862 /textproc | |
parent | 8f1e26ea37de1be8386b993fdf55de5118eb569d (diff) | |
download | pkgsrc-e651c9789925cac9c75b2b04fdd53b0d6890c27f.tar.gz |
Add and enable ruby-treetop.
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 e92dbe987a8..86330516f71 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.563 2010/09/11 07:43:17 taca Exp $ +# $NetBSD: Makefile,v 1.564 2010/09/12 01:54:29 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -510,6 +510,7 @@ SUBDIR+= ruby-stringex SUBDIR+= ruby-suikyo SUBDIR+= ruby-syntax SUBDIR+= ruby-textpow +SUBDIR+= ruby-treetop SUBDIR+= ruby-ultraviolet SUBDIR+= ruby-will-paginate SUBDIR+= ruby-xmlparser |