aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-23 16:05:01 -0700
committerAdam Vandenberg2012-10-23 16:05:01 -0700
commitec24f6528dcd81c7fd64a9db3bf58f9112361483 (patch)
tree0df3f17d5233a25a1eac04ade59f1b10f8c6ba53 /Library
parent18f5bf109219145fbf3b906f56ac5cb29b677c1a (diff)
downloadbrew-ec24f6528dcd81c7fd64a9db3bf58f9112361483.tar.bz2
Make --ignore-dependencies work again
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/build.rb2
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"