diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:17:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:17:04 +0000 |
commit | 19548dd20e79612f1e6427afd8b551d94dd8919b (patch) | |
tree | 203a9a2888481355c6ac45ea74d099a0b3a9b74e | |
parent | 73b843aa6ca1563b28b558c61f0e597f8f224b79 (diff) | |
download | pkgsrc-19548dd20e79612f1e6427afd8b551d94dd8919b.tar.gz |
Add and enable php-dom and php-xsl.
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b01a190a2bd..5478bb553d6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.524 2010/03/15 18:48:52 pettai Exp $ +# $NetBSD: Makefile,v 1.525 2010/03/16 15:17:04 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -385,9 +385,11 @@ SUBDIR+= p5-podlators SUBDIR+= par SUBDIR+= pear-Console_Table SUBDIR+= pear-File_Find +SUBDIR+= php-dom SUBDIR+= php-json SUBDIR+= php-pspell SUBDIR+= php-wddx +SUBDIR+= php-xsl SUBDIR+= php5-dom SUBDIR+= php5-xsl SUBDIR+= po-mode |