diff options
| author | Adam Vandenberg | 2014-02-26 20:00:32 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:23 -0800 | 
| commit | 54ed1dff009c0a900a89b1c235f48ef5836a4fe4 (patch) | |
| tree | 7a469ceebc028299d8a113c60d8eae66ddf9f5da | |
| parent | d0b18b40005eb712021ab8f0bc75f83628b860a3 (diff) | |
| download | homebrew-54ed1dff009c0a900a89b1c235f48ef5836a4fe4.tar.bz2 | |
mecab-unidic: use Formula[]
| -rw-r--r-- | Library/Formula/mecab-unidic.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mecab-unidic.rb b/Library/Formula/mecab-unidic.rb index 89506480c..c86f8893b 100644 --- a/Library/Formula/mecab-unidic.rb +++ b/Library/Formula/mecab-unidic.rb @@ -15,7 +15,7 @@ class MecabUnidic < Formula    def caveats; <<-EOS.undent      If you want to use UniDic, please rewrite "dicdir". -       #{Formula.factory('mecab').opt_prefix}/etc/mecabrc +       #{Formula["mecab"].opt_prefix}/etc/mecabrc      EOS    end  end  | 
