diff options
| author | Mike McQuaid | 2014-11-27 09:28:58 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-27 10:34:38 +0000 |
| commit | d89cbadef3cf731d79bc02f13d18e2d4cf02f84d (patch) | |
| tree | a2400cf87edb0d4deb0793a680e95633adfe48ae | |
| parent | 90eb238d642cb75fc57da2b4800b99be3bb8ce87 (diff) | |
| download | homebrew-d89cbadef3cf731d79bc02f13d18e2d4cf02f84d.tar.bz2 | |
mit-scheme: add OpenSSL dependency.
Also so we can get Yosemite bottles.
Closes #34497.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/mit-scheme.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
