diff options
author | taca <taca@pkgsrc.org> | 2010-12-19 02:14:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-19 02:14:34 +0000 |
commit | d5e4b6e771ec8b6a98eecd3d6f20d56c017d4ada (patch) | |
tree | 5cfc57b596c669c546ef3b656b39f4178b635211 /textproc/Makefile | |
parent | ed664f04ae56bc4b23621a7614a2c1fe112f4335 (diff) | |
download | pkgsrc-d5e4b6e771ec8b6a98eecd3d6f20d56c017d4ada.tar.gz |
Add and enable php-mecab.
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 9b242dd4c92..c59d828bd08 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.565 2010/11/06 03:43:41 minskim Exp $ +# $NetBSD: Makefile,v 1.566 2010/12/19 02:14:34 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -417,6 +417,7 @@ SUBDIR+= php-dom SUBDIR+= php-enchant SUBDIR+= php-intl SUBDIR+= php-json +SUBDIR+= php-mecab SUBDIR+= php-pspell SUBDIR+= php-wddx SUBDIR+= php-xsl |