diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mit-scheme.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb index 8ddf6a4b0..deed3e197 100644 --- a/Library/Formula/mit-scheme.rb +++ b/Library/Formula/mit-scheme.rb @@ -6,6 +6,8 @@ class MitScheme < Formula mirror 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz' sha1 '8f175a40061bdfc0248535e198cc7f5b5a0dce32' + depends_on :x11 if MacOS::X11.installed? + def patches # fix installation issue with OS X 10.7 and Xcode in /Applications # http://savannah.gnu.org/patch/?7775 |
