diff options
| author | Adam Vandenberg | 2012-10-23 16:05:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-23 16:05:01 -0700 |
| commit | ec24f6528dcd81c7fd64a9db3bf58f9112361483 (patch) | |
| tree | 0df3f17d5233a25a1eac04ade59f1b10f8c6ba53 /Library | |
| parent | 18f5bf109219145fbf3b906f56ac5cb29b677c1a (diff) | |
| download | brew-ec24f6528dcd81c7fd64a9db3bf58f9112361483.tar.bz2 | |
Make --ignore-dependencies work again
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index 9d2b8e93b..fe39a709d 100755 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -84,7 +84,7 @@ def install f deps.each do |dep| opt = HOMEBREW_PREFIX/:opt/dep - fixopt(dep) unless opt.directory? + fixopt(dep) unless opt.directory? or ARGV.ignore_deps? if not superenv? and dep.keg_only? ENV.prepend_path 'PATH', "#{opt}/bin" ENV.prepend_path 'PKG_CONFIG_PATH', "#{opt}/lib/pkgconfig" |
