aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/liboauth.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/liboauth.rb b/Library/Formula/liboauth.rb
index a38c05fe6..5a5682b2a 100644
--- a/Library/Formula/liboauth.rb
+++ b/Library/Formula/liboauth.rb
@@ -4,6 +4,7 @@ class Liboauth < Formula
homepage 'http://liboauth.sourceforge.net'
url 'https://downloads.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz'
sha1 '791dbb4166b5d2c843c8ff48ac17284cc0884af2'
+ revision 1
bottle do
cellar :any
@@ -13,6 +14,8 @@ class Liboauth < Formula
sha1 "f58f7890a6b3165fd4254ef921c0e85eeb73f810" => :mountain_lion
end
+ depends_on "openssl"
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",