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
commit3831d104a727e3ca4d73b06e0851cacda5a7153a (patch)
treeb4d9cf2f8a47648d331bfae1c63a69a7bc0e9f80 /Library
parent76f0f22076a6e046808d02ffae50ea6d4d9b65b1 (diff)
downloadhomebrew-3831d104a727e3ca4d73b06e0851cacda5a7153a.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"