diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 16:31:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 16:31:47 +0000 |
commit | f8b6d5228a091933bc625dc5ba56c984dbd989a8 (patch) | |
tree | 796855c5480aa7d154214f8786efa573380087c5 /textproc | |
parent | aeefbb98782c5f59c1ecf6be74febf980abb77a5 (diff) | |
download | pkgsrc-f8b6d5228a091933bc625dc5ba56c984dbd989a8.tar.gz |
Add and enable ruby-safe_yaml.
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 d0843234e0f..fff3513cd70 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.743 2013/09/15 16:27:40 taca Exp $ +# $NetBSD: Makefile,v 1.744 2013/09/15 16:31:47 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -690,6 +690,7 @@ SUBDIR+= ruby-redcarpet SUBDIR+= ruby-redcloth SUBDIR+= ruby-rison SUBDIR+= ruby-rttool +SUBDIR+= ruby-safe_yaml SUBDIR+= ruby-sary SUBDIR+= ruby-simple-rss SUBDIR+= ruby-stringex |