diff options
| author | Jack Nagel | 2012-07-29 00:09:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-29 00:09:15 -0500 |
| commit | d701a59a688f805e4685a22f12c415d592ff2627 (patch) | |
| tree | 55ccb668e830fa233f616e68c5a2d9df07b71a91 /Library | |
| parent | 524190f109a6e630717dcd521bcde692edcfb520 (diff) | |
| download | brew-d701a59a688f805e4685a22f12c415d592ff2627.tar.bz2 | |
Update libpng blacklist message
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 6 |
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 |
