diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-07 15:57:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-07 15:57:06 +0000 |
commit | 3dfc803b84afa741e6fa609dc7ab9b9815bb1b90 (patch) | |
tree | 05585c4cfa71800d3e77aca62969426132cf70ea /textproc/Makefile | |
parent | a94c42ad1d76e1db85865dc0d574b28a8172bb12 (diff) | |
download | pkgsrc-3dfc803b84afa741e6fa609dc7ab9b9815bb1b90.tar.gz |
add and enable expat and pyxml
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cd158c79910..19c97ae6b3d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2001/03/05 23:39:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.75 2001/03/07 15:57:06 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -12,6 +12,7 @@ SUBDIR+= dict-server SUBDIR+= docbook SUBDIR+= dsssl-docbook-modular SUBDIR+= eperl +SUBDIR+= expat SUBDIR+= fop SUBDIR+= glimpse SUBDIR+= html @@ -43,6 +44,7 @@ SUBDIR+= p5-XML-Node SUBDIR+= p5-XML-Parser SUBDIR+= par SUBDIR+= py-dtml +SUBDIR+= pyxml SUBDIR+= rfcutil SUBDIR+= rman SUBDIR+= rtfm |