From d89cbadef3cf731d79bc02f13d18e2d4cf02f84d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 27 Nov 2014 09:28:58 +0000 Subject: mit-scheme: add OpenSSL dependency. Also so we can get Yosemite bottles. Closes #34497. Signed-off-by: Mike McQuaid --- Library/Formula/mit-scheme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb index 719c8ee40..4bb712130 100644 --- a/Library/Formula/mit-scheme.rb +++ b/Library/Formula/mit-scheme.rb @@ -14,6 +14,7 @@ class MitScheme < Formula conflicts_with "tinyscheme", :because => "both install a `scheme` binary" + depends_on "openssl" depends_on :x11 def install @@ -22,7 +23,6 @@ class MitScheme < Formula # change_make_var, because there are Makefiles littered everywhere ENV.j1 - # Liarc builds must launch within the src dir, not using the top-level Makefile cd "src" -- cgit v1.2.3