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 | 512dd45a521ac0f48ce4307ff175c60c54be954b (patch) | |
tree | e47ae0768a376ac1d808b951501558dce282e142 /textproc | |
parent | ff99dfcaa01786fd820651169112e61bcaff3fc1 (diff) | |
download | pkgsrc-512dd45a521ac0f48ce4307ff175c60c54be954b.tar.gz |
Add and enable php-enchant.
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 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 |