diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/groonga.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/groonga.rb b/Library/Formula/groonga.rb index 483b1f118..1d805b148 100644 --- a/Library/Formula/groonga.rb +++ b/Library/Formula/groonga.rb @@ -10,7 +10,7 @@ class Groonga < Formula depends_on 'msgpack' def install - # ZeroMQ is an optional dependency that will be auto-detected unless we disbale it + # ZeroMQ is an optional dependency that will be auto-detected unless we disable it system "./configure", "--prefix=#{prefix}", "--with-zlib", "--disable-zeromq" system "make install" end |
