diff options
author | manu <manu@pkgsrc.org> | 2002-02-11 09:34:32 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2002-02-11 09:34:32 +0000 |
commit | a659090df33ad8cfd52e97267eef9c77eb609b26 (patch) | |
tree | 184961fe3097cf91a5a75e64fe9ff30f81b511df /textproc | |
parent | 7cb755e010f623725c2401a8e4034b80d68f3315 (diff) | |
download | pkgsrc-a659090df33ad8cfd52e97267eef9c77eb609b26.tar.gz |
Added php4-domxml: a DOM interface for PHP4
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 d3e4fe7ee0b..a1384c1452e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2002/01/31 08:40:41 martti Exp $ +# $NetBSD: Makefile,v 1.139 2002/02/11 09:34:32 manu Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -87,6 +87,7 @@ SUBDIR+= p5-XML-XSLT SUBDIR+= p5-libxml SUBDIR+= p5-libxml-enno SUBDIR+= par +SUBDIR+= php4-domxml SUBDIR+= php4-wddx SUBDIR+= php4-xml SUBDIR+= php4-xslt |