aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 9b1e1f89a..a119f82e8 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