diff options
author | minskim <minskim@pkgsrc.org> | 2005-04-02 22:43:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-04-02 22:43:09 +0000 |
commit | 94d6665d0bd21073b0a7c45ff9973519d7293416 (patch) | |
tree | 935a820af221ce474c3d34079e9a1ec1655a97be /textproc | |
parent | 076017768fbd6e96dcd6e5802fb1fbb8a1404a51 (diff) | |
download | pkgsrc-94d6665d0bd21073b0a7c45ff9973519d7293416.tar.gz |
Add and enable ruby-syck.
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 be946fb29c8..a530c166466 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.284 2005/03/30 15:43:21 minskim Exp $ +# $NetBSD: Makefile,v 1.285 2005/04/02 22:43:09 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -249,6 +249,7 @@ SUBDIR+= ruby-rdtool SUBDIR+= ruby-redcloth SUBDIR+= ruby-rexml SUBDIR+= ruby-rttool +SUBDIR+= ruby-syck SUBDIR+= ruby-xmlparser SUBDIR+= ruby-xmlscan SUBDIR+= sablotron |