diff options
author | agc <agc> | 2005-08-01 00:25:41 +0000 |
---|---|---|
committer | agc <agc> | 2005-08-01 00:25:41 +0000 |
commit | ac2d3fcdac86884a78507c27067b4af3d53a7bd1 (patch) | |
tree | 2f08c26f476e869db30b650d6fe0dbd86063944b /textproc | |
parent | 5585fe52f968fe76b426368793e15874d362eb55 (diff) | |
download | pkgsrc-ac2d3fcdac86884a78507c27067b4af3d53a7bd1.tar.gz |
Add and enable ezxml
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 0d57cf47147..60c7fec6cc2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.291 2005/07/21 12:14:19 wiz Exp $ +# $NetBSD: Makefile,v 1.292 2005/08/01 00:25:41 agc Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -66,6 +66,7 @@ SUBDIR+= enchant SUBDIR+= eperl SUBDIR+= expat SUBDIR+= expatobjc +SUBDIR+= ezxml SUBDIR+= flyspell SUBDIR+= fop SUBDIR+= freepwing |