diff options
| -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" |
