aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-26 20:00:32 -0800
committerAdam Vandenberg2014-02-27 08:21:23 -0800
commit54ed1dff009c0a900a89b1c235f48ef5836a4fe4 (patch)
tree7a469ceebc028299d8a113c60d8eae66ddf9f5da
parentd0b18b40005eb712021ab8f0bc75f83628b860a3 (diff)
downloadhomebrew-54ed1dff009c0a900a89b1c235f48ef5836a4fe4.tar.bz2
mecab-unidic: use Formula[]
-rw-r--r--Library/Formula/mecab-unidic.rb2
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