diff options
Diffstat (limited to 'Library/Homebrew')
| -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" |
