aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/thrift.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index d6c9f4e5f..08b76a244 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -36,6 +36,8 @@ class Thrift < Formula
depends_on :automake
depends_on :libtool
depends_on 'pkg-config' => :build
+ depends_on 'bison' => :build
+ depends_on 'openssl'
end
option "with-haskell", "Install Haskell binding"
@@ -50,7 +52,7 @@ class Thrift < Formula
def install
system "./bootstrap.sh" unless build.stable?
- exclusions = ["--without-ruby", "--without-tests", "--without-php_extension"]
+ exclusions = ["--without-ruby", "--disable-tests", "--without-php_extension"]
exclusions << "--without-python" if build.without? "python"
exclusions << "--without-haskell" if build.without? "haskell"