diff options
| author | Petar Radosevic | 2012-09-16 15:23:12 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2012-09-27 20:54:30 +0100 | 
| commit | 63851d5a6c8e27faf1de4cd5673e2f7c8ab501ff (patch) | |
| tree | d0591edb6e514f16dc12a3abacb294e523b93917 /Library/Formula/mit-scheme.rb | |
| parent | 1ed0eb1dc372f585b3dbdeaaf0f684a0b0b5e898 (diff) | |
| download | homebrew-63851d5a6c8e27faf1de4cd5673e2f7c8ab501ff.tar.bz2 | |
mit-scheme: add optional X11 dependency for 10.8.
Closes #14966.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mit-scheme.rb')
| -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  | 
