From 63851d5a6c8e27faf1de4cd5673e2f7c8ab501ff Mon Sep 17 00:00:00 2001 From: Petar Radosevic Date: Sun, 16 Sep 2012 15:23:12 +0200 Subject: mit-scheme: add optional X11 dependency for 10.8. Closes #14966. Signed-off-by: Mike McQuaid --- Library/Formula/mit-scheme.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3