diff options
author | knu <knu@FreeBSD.org> | 2003-04-23 16:22:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-04-23 16:22:08 +0800 |
commit | 8adfca5c996228dc6c25afd018d30341d5a94028 (patch) | |
tree | 3c0bcfc20dbfb2722e0c1c62b8e652b69d682ecb /japanese | |
parent | c4195ca4d7dc2412f9043d9bb4b94a3e28799bf7 (diff) | |
download | freebsd-ports-gnome-8adfca5c996228dc6c25afd018d30341d5a94028.tar.gz freebsd-ports-gnome-8adfca5c996228dc6c25afd018d30341d5a94028.tar.zst freebsd-ports-gnome-8adfca5c996228dc6c25afd018d30341d5a94028.zip |
[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.
Diffstat (limited to 'japanese')
-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/ |