diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-23 08:22:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-23 08:22:08 +0000 |
commit | d9a5a28ba65add17875dfdc06483692d840ad4b7 (patch) | |
tree | 20c92a1734bd0d610bab6a26500c6470bd9882ba /japanese/p5-MeCab | |
parent | e7e14f405c4afe7d30feb1279442f2c921213a86 (diff) |
[Forced commit + pkg-descr update]
Note that this does not work properly on FreeBSD 4.x or prior
since mecab is linked with libc_r but perl is with libc, which
conflict causes memory fault.
Notes
Notes:
svn path=/head/; revision=79494
Diffstat (limited to 'japanese/p5-MeCab')
-rw-r--r-- | japanese/p5-MeCab/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/p5-MeCab/pkg-descr b/japanese/p5-MeCab/pkg-descr index 37428f238dfe..79459fd39384 100644 --- a/japanese/p5-MeCab/pkg-descr +++ b/japanese/p5-MeCab/pkg-descr @@ -1,4 +1,8 @@ This is the MeCab library module for Perl5. +Note that this does not work properly on FreeBSD 4.x or prior +since mecab is linked with libc_r but perl is with libc, which +conflict causes memory fault. + Author: Taku Kudoh <taku-ku@is.aist-nara.ac.jp> WWW: http://cl.aist-nara.ac.jp/~taku-ku/software/mecab/ |