mit-scheme: add OpenSSL dependency.

Also so we can get Yosemite bottles.

Closes Homebrew/homebrew#34497.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2014-11-27 09:28:58 +00:00
parent b20824e9db
commit 6f87982249

View file

@ -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"