diff options
Diffstat (limited to 'textproc/php-mecab')
-rw-r--r-- | textproc/php-mecab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index b82c3fc2f76..0124a2a55be 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/19 02:13:50 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/12/17 13:46:28 obache Exp $ # MODNAME= mecab PECL_VERSION= 0.4.1 +PECL_LEGACY_VERSION_SCHEME= yes CATEGORIES= textproc japanese MASTER_SITES= http://pecl.opendogs.org/get/ |