[20819] trunk/dports/textproc/mecab-jumandic-utf8/Portfile
Revision: 20819 http://trac.macosforge.org/projects/macports/changeset/20819 Author: takanori@macports.org Date: 2006-11-30 08:16:47 -0800 (Thu, 30 Nov 2006) Log Message: ----------- Use "utf-8" encoding instead of "utf8", which isn't supported in MacPorts' libiconv. Ticket: #11089 Submitted by: rsky0711@gmail.com Modified Paths: -------------- trunk/dports/textproc/mecab-jumandic-utf8/Portfile Modified: trunk/dports/textproc/mecab-jumandic-utf8/Portfile =================================================================== --- trunk/dports/textproc/mecab-jumandic-utf8/Portfile 2006-11-30 16:15:46 UTC (rev 20818) +++ trunk/dports/textproc/mecab-jumandic-utf8/Portfile 2006-11-30 16:16:47 UTC (rev 20819) @@ -3,6 +3,7 @@ PortSystem 1.0 name mecab-jumandic-utf8 version 5.1-20051121 +revision 1 categories textproc japanese maintainers rsky0711@gmail.com platforms darwin @@ -25,7 +26,7 @@ depends_lib port:mecab configure.args --with-mecab-config=${prefix}/bin/mecab-config \ - --with-charset=utf8 \ + --with-charset=utf-8 \ --with-dicdir=${prefix}/lib/mecab/dic/${dicdir} post-activate {
participants (1)
-
source_changes@macosforge.org