diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 16:27:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 16:27:40 +0000 |
commit | dc47686bcce1b41b5cf061d38af705b05284a3f4 (patch) | |
tree | b2ebf0ea906eaf9c84d8eecedaf562ad824db460 | |
parent | f9a8853f96acc653e9d7190fda96c03fffefa6dc (diff) | |
download | pkgsrc-dc47686bcce1b41b5cf061d38af705b05284a3f4.tar.gz |
Add and enable ruby-redcarpet.
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b290fd285cf..d0843234e0f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.742 2013/09/13 11:27:30 fhajny Exp $ +# $NetBSD: Makefile,v 1.743 2013/09/15 16:27:40 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -686,6 +686,7 @@ SUBDIR+= ruby-oniguruma SUBDIR+= ruby-plist SUBDIR+= ruby-pure-hyperestraier SUBDIR+= ruby-rdtool +SUBDIR+= ruby-redcarpet SUBDIR+= ruby-redcloth SUBDIR+= ruby-rison SUBDIR+= ruby-rttool |