diff options
author | minskim <minskim> | 2005-03-26 16:20:35 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-03-26 16:20:35 +0000 |
commit | 45fae1a193fb6b5ab2b175624e769bb7c35ed6eb (patch) | |
tree | 662aebbf263051196328ff7c42c6c35b04b5300e /textproc | |
parent | bd9b982b95e134f904b32139c65df75bb1e316ac (diff) | |
download | pkgsrc-45fae1a193fb6b5ab2b175624e769bb7c35ed6eb.tar.gz |
Add and enable ruby-redcloth.
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 4eed380cee0..768ca3e68a8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.282 2005/03/22 16:24:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.283 2005/03/26 16:20:35 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -246,6 +246,7 @@ SUBDIR+= ruby-html-parser SUBDIR+= ruby-nqxml SUBDIR+= ruby-rdoc SUBDIR+= ruby-rdtool +SUBDIR+= ruby-redcloth SUBDIR+= ruby-rexml SUBDIR+= ruby-rttool SUBDIR+= ruby-xmlparser |