From 0a9deb4839b1659246e286c08c5b9fb41435d2aa Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Tue, 21 Oct 2014 10:04:20 -0700 Subject: liboauth: use Homebrew openssl --- Library/Formula/liboauth.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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}", -- cgit v1.2.3