diff options
author | minskim <minskim@pkgsrc.org> | 2005-03-30 15:43:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-03-30 15:43:21 +0000 |
commit | e8b78a63a902b3e9e9607ab08b2ff6f6d64ac0af (patch) | |
tree | 5f18e7d55ca0d87d9485127402b2c8248fa2b4d5 /textproc | |
parent | de13c6b68e281bbb2e1fb36630ba5fc42f0f1195 (diff) | |
download | pkgsrc-e8b78a63a902b3e9e9607ab08b2ff6f6d64ac0af.tar.gz |
Add and enable ruby-xmlscan.
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 768ca3e68a8..be946fb29c8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.283 2005/03/26 16:20:35 minskim Exp $ +# $NetBSD: Makefile,v 1.284 2005/03/30 15:43:21 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -250,6 +250,7 @@ SUBDIR+= ruby-redcloth SUBDIR+= ruby-rexml SUBDIR+= ruby-rttool SUBDIR+= ruby-xmlparser +SUBDIR+= ruby-xmlscan SUBDIR+= sablotron SUBDIR+= saxon SUBDIR+= scew |