diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:43:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:43:32 +0000 |
commit | 2e706be0ff7a07d120a2f55afb7fb4ae63be707f (patch) | |
tree | e47ae0768a376ac1d808b951501558dce282e142 /textproc/Makefile | |
parent | e81587a92bec77077caf71de40e8ca4ade327b38 (diff) | |
download | pkgsrc-2e706be0ff7a07d120a2f55afb7fb4ae63be707f.tar.gz |
Add and enable php-enchant.
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 e8764b42d36..4243a702515 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.526 2010/03/16 15:22:10 taca Exp $ +# $NetBSD: Makefile,v 1.527 2010/03/16 15:43:32 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -386,6 +386,7 @@ SUBDIR+= par SUBDIR+= pear-Console_Table SUBDIR+= pear-File_Find SUBDIR+= php-dom +SUBDIR+= php-enchant SUBDIR+= php-json SUBDIR+= php-pspell SUBDIR+= php-wddx |