diff options
author | obache <obache@pkgsrc.org> | 2008-02-04 04:58:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-04 04:58:52 +0000 |
commit | 198e32f40051d8118d4fd7c6f63cd47f434ac5aa (patch) | |
tree | 19ab6f6f376a34b533f00d7a006010705b0258a7 /textproc/mecab-ipadic/Makefile | |
parent | 3abd1a38e81d2e9ed787e63d18f236a9de6d7b21 (diff) | |
download | pkgsrc-198e32f40051d8118d4fd7c6f63cd47f434ac5aa.tar.gz |
Update mecab to 0.97.
Pkgsrc changes:
* fix some pkglint warining
* add DESTDIR support.
Changes:
* Fix a bug of exclusive control when dictionary is opened in MultiThreading environment.
* When installing the Windows version, it came to be able to specify the character-code of the dictionary.
* Fix a problem that was not able to be compiled correctly by some compilers.
* Add API that changes partial, analytical mode (Tagger::set_partial())
* Add API that changes generation level of lattice (Tagger::set_lattice_level())
* Add API that changes temperature parameter (Tagger::set_theta())
* Add API that changes all candidate output mode (Tagger::set_all_morphs())
Diffstat (limited to 'textproc/mecab-ipadic/Makefile')
-rw-r--r-- | textproc/mecab-ipadic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/mecab-ipadic/Makefile b/textproc/mecab-ipadic/Makefile index 0be532e40c7..f88853c55ad 100644 --- a/textproc/mecab-ipadic/Makefile +++ b/textproc/mecab-ipadic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/06/23 04:31:56 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/02/04 04:58:53 obache Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -8,6 +8,8 @@ PKGNAME= mecab-ipadic-2.7.0.20070610 COMMENT= Japanese Morphological Dictionary for MeCab +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes .include "../../textproc/mecab-base/buildlink3.mk" |