diff options
author | manu <manu@pkgsrc.org> | 2001-04-12 19:24:38 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2001-04-12 19:24:38 +0000 |
commit | b1f76183b8558bbff320214e9bb2f8e017db7bfd (patch) | |
tree | 4e8eab43169f0838043bc3598102d1efa1e00bce /textproc/Makefile | |
parent | 618bd852df34b089c26fcb61b136ce15e2c04d7f (diff) | |
download | pkgsrc-b1f76183b8558bbff320214e9bb2f8e017db7bfd.tar.gz |
Xerces-P is a Perl API for the Xerces validating XML parser from the
Apache Software Fundation.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 393c73fd73d..d8a96f10f4f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2001/04/07 10:33:10 rh Exp $ +# $NetBSD: Makefile,v 1.84 2001/04/12 19:24:38 manu Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -81,6 +81,7 @@ SUBDIR+= xalan-c SUBDIR+= xalan-j SUBDIR+= xerces-c SUBDIR+= xerces-j +SUBDIR+= xerces-p SUBDIR+= xml-i18n-tools SUBDIR+= xp SUBDIR+= xt |