aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-11-07 09:26:09 +0000
committerMike McQuaid2014-11-07 12:11:56 +0000
commit4960fd7d4a1b3dbbf1b7b65e1f2060e95fe9190e (patch)
tree368f0b33e0dee32937babdb305f615160f5fbab9 /Library/Formula
parent649d66b3b2c3dfc3fed34c68924eafc45781267e (diff)
downloadhomebrew-4960fd7d4a1b3dbbf1b7b65e1f2060e95fe9190e.tar.bz2
thrift: depend on newer openssl.
Closes #33992. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/thrift.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index 880d3f3cc..b30358eb0 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -35,7 +35,6 @@ class Thrift < Formula
depends_on :autoconf
depends_on :automake
depends_on :libtool
- depends_on "openssl"
depends_on "pkg-config" => :build
depends_on "bison" => :build
end
@@ -47,6 +46,7 @@ class Thrift < Formula
option "with-php", "Install PHP binding"
depends_on "boost"
+ depends_on "openssl"
depends_on :python => :optional
def install