diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-26 16:20:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-26 16:20:35 +0000 |
commit | 20ccaa2ff3fe769f67141ce1387e2b6a1de5a71c (patch) | |
tree | 662aebbf263051196328ff7c42c6c35b04b5300e /textproc | |
parent | 76c153608f4fb288d9a0404ec64a976219dc3b2c (diff) | |
download | pkgsrc-20ccaa2ff3fe769f67141ce1387e2b6a1de5a71c.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 |