From d701a59a688f805e4685a22f12c415d592ff2627 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 29 Jul 2012 00:09:15 -0500 Subject: [PATCH] Update libpng blacklist message Signed-off-by: Jack Nagel --- Library/Homebrew/blacklist.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 9b1e1f89a8..a119f82e8e 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -17,9 +17,9 @@ def blacklisted? name to call ENV.libxml2 in your formula's install function. EOS when 'freetype', 'libpng' then <<-EOS.undent - Apple distributes #{name} with OS X, you can find it in /usr/X11/lib. - However not all build scripts look here, so you may need to call ENV.x11 - in your formula's install function. + Apple distributed #{name} with OS X until 10.8. It is also distributed + as part of XQuartz. You can find the XQuartz installer here: + http://xquartz.macosforge.org EOS when 'wxwidgets' then <<-EOS.undent An old version of wxWidgets can be found in /usr/X11/lib. However, Homebrew