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 | 79d8e3ec50ad87726d9e3cb5636a7d195f8a6bb3 (patch) | |
tree | 935a820af221ce474c3d34079e9a1ec1655a97be /textproc | |
parent | 8c52f8897c4b49a5c45bd8bbefc4b016c6c34ea9 (diff) | |
download | pkgsrc-79d8e3ec50ad87726d9e3cb5636a7d195f8a6bb3.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 |