summaryrefslogtreecommitdiff
path: root/textproc/mecab-ipadic
diff options
context:
space:
mode:
authorobache <obache>2008-02-04 04:58:52 +0000
committerobache <obache>2008-02-04 04:58:52 +0000
commit28e8fc46250dd42becb2063c9e2b4e7d728291a6 (patch)
tree19ab6f6f376a34b533f00d7a006010705b0258a7 /textproc/mecab-ipadic
parentcae680be33d5a94035403a7bbbe2f5c668c27ab2 (diff)
downloadpkgsrc-28e8fc46250dd42becb2063c9e2b4e7d728291a6.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')
-rw-r--r--textproc/mecab-ipadic/Makefile4
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"