From 87529a8cddea5219f58be778249dbf1b823608d6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 14 Mar 2011 20:59:21 +0000 Subject: [PATCH] X11 is part of OSX, not Xcode. --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index bbab724e63..23ee7fd854 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -70,7 +70,7 @@ def check_for_x11 unless x11_installed? opoo "X11 not installed." puts <<-EOS.undent - You don't have X11 installed as part of your Xcode installation. + You don't have X11 installed as part of your OS X installation. This isn't required for all formulae, but is expected by some. EOS