aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-03 19:43:04 +0100
committerJack Nagel2014-09-04 11:43:20 -0500
commitef7af73ef801a5c6563ecc48b2fdd1b5e07e88c1 (patch)
tree613dc8d208fea39f6439962d836d2c55ab2fa0e7
parent844c213acde97126fa3d9b3fb89cc1f658c61caf (diff)
downloadhomebrew-ef7af73ef801a5c6563ecc48b2fdd1b5e07e88c1.tar.bz2
libssh: add openssl dep
Closes #32074. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/libssh.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libssh.rb b/Library/Formula/libssh.rb
index a0f848253..30d5dcbc7 100644
--- a/Library/Formula/libssh.rb
+++ b/Library/Formula/libssh.rb
@@ -4,7 +4,7 @@ class Libssh < Formula
homepage 'http://www.libssh.org/'
url 'https://red.libssh.org/attachments/download/87/libssh-0.6.3.tar.xz'
sha1 '8189255e0f684d36b7ca62739fa0cd5f1030a467'
- revision 1
+ revision 2
bottle do
sha1 "7e6ebf36a816f47341f189fa4e21f5a6b6e48257" => :mavericks
@@ -13,6 +13,7 @@ class Libssh < Formula
end
depends_on 'cmake' => :build
+ depends_on 'openssl'
def install
mkdir 'build' do