Ticket #11088: mecab-ipadic-utf8.diff
File mecab-ipadic-utf8.diff, 598 bytes (added by rsky0711@…, 18 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name mecab-ipadic-utf8 5 5 version 2.7.0-20060707 6 revision 1 6 7 categories textproc japanese 7 8 maintainers rsky0711@gmail.com 8 9 platforms darwin … … 24 25 depends_lib port:mecab 25 26 26 27 configure.args --with-mecab-config=${prefix}/bin/mecab-config \ 27 --with-charset=utf 8 \28 --with-charset=utf-8 \ 28 29 --with-dicdir=${prefix}/lib/mecab/dic/${dicdir} 29 30 30 31 post-activate {