diff options
author | taca <taca@pkgsrc.org> | 2011-10-20 15:11:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-10-20 15:11:02 +0000 |
commit | 040e7cfba624367a49b873ddf615b133f00b7dad (patch) | |
tree | 29cecabaf2f5313b8dd746f5c2ca2e4331eedc08 | |
parent | 73f8ae16f3c950369319babd301dc705eacbcbc3 (diff) | |
download | pkgsrc-040e7cfba624367a49b873ddf615b133f00b7dad.tar.gz |
Add and enable ruby-psych.
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c05cff5056e..7adabc12c27 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.595 2011/10/13 07:33:58 jnemeth Exp $ +# $NetBSD: Makefile,v 1.596 2011/10/20 15:11:02 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -549,6 +549,7 @@ SUBDIR+= ruby-nokogiri SUBDIR+= ruby-nqxml SUBDIR+= ruby-oniguruma SUBDIR+= ruby-plist +SUBDIR+= ruby-psych SUBDIR+= ruby-pure-hyperestraier SUBDIR+= ruby-rdtool SUBDIR+= ruby-redcloth |