diff options
author | rh <rh@pkgsrc.org> | 2009-04-25 12:36:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-04-25 12:36:42 +0000 |
commit | 80a0311a1d61fcee314f17dae8297c076d892ebb (patch) | |
tree | 6818f087bfb8f76f663d35349beb2985dad48ada /textproc | |
parent | 85538a02ce7ce6674e7b4112291c7edd2f1ed39f (diff) | |
download | pkgsrc-80a0311a1d61fcee314f17dae8297c076d892ebb.tar.gz |
Add and enable xml2
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 1303dd3bb69..224ce196f55 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.473 2009/04/17 21:42:05 minskim Exp $ +# $NetBSD: Makefile,v 1.474 2009/04/25 12:36:42 rh Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -474,6 +474,7 @@ SUBDIR+= xerces-j SUBDIR+= xfce4-dict-plugin SUBDIR+= xhtml SUBDIR+= xhtmldiff +SUBDIR+= xml2 SUBDIR+= xml2doc SUBDIR+= xmlcatmgr SUBDIR+= xmlindent |