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 | 80d4ebaf862f9e31ae7fef9ed944912c0baa372e (patch) | |
tree | 19ab6f6f376a34b533f00d7a006010705b0258a7 /textproc/mecab/Makefile | |
parent | 8aae105d2e427332967e31972bd128079c747f30 (diff) | |
download | pkgsrc-80d4ebaf862f9e31ae7fef9ed944912c0baa372e.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/Makefile')
-rw-r--r-- | textproc/mecab/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/mecab/Makefile b/textproc/mecab/Makefile index 69ceed660fd..a51fc858a13 100644 --- a/textproc/mecab/Makefile +++ b/textproc/mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/10/25 22:01:06 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/02/04 04:58:52 obache Exp $ .include "Makefile.common" @@ -8,13 +8,8 @@ DISTFILES= #empty COMMENT= Yet Another Part-of-Speech and Morphological Analyzer DEPENDS+= {mecab-ipadic>=2.7.0,mecab-jumandic>=5.1}:../../textproc/mecab-ipadic +DEPENDS+= mecab-base>=${MECAB_VERSION}:../../textproc/mecab-base -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= #empty +META_PACKAGE= yes -do-install: #empty - -.include "../../textproc/mecab-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |