From ec24f6528dcd81c7fd64a9db3bf58f9112361483 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 23 Oct 2012 16:05:01 -0700 Subject: [PATCH] Make --ignore-dependencies work again --- Library/Homebrew/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index 9d2b8e93b5..fe39a709d1 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"