Skip to content

Commit

Permalink
DependencyCollector: document special deps on 1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jan 27, 2013
1 parent 186eb71 commit 73c1714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/dependency_collector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def parse_symbol_spec spec, tag
# Xcode no longer provides autotools or some other build tools
Dependency.new(spec.to_s, tag) unless MacOS::Xcode.provides_autotools?
when :libpng, :freetype, :pixman, :fontconfig, :cairo
# 10.8 doesn't come with X11, 10.4's X11 doesn't include these libs
if MacOS.version >= :mountain_lion || MacOS.version < :leopard
Dependency.new(spec.to_s, tag)
else
Expand Down

0 comments on commit 73c1714

Please sign in to comment.