aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cabocha.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cabocha.rb b/Library/Formula/cabocha.rb
index 1be0f1c55..bf3da4379 100644
--- a/Library/Formula/cabocha.rb
+++ b/Library/Formula/cabocha.rb
@@ -8,7 +8,7 @@ class Cabocha < Formula
depends_on 'crf++'
depends_on 'mecab'
- option 'posset', 'choose default posset: IPA, JUMAN, UNIDIC'
+ option 'posset=', 'choose default posset: IPA, JUMAN, UNIDIC'
def install
ENV["LIBS"] = '-liconv'