diff options
| author | Adam Vandenberg | 2012-02-21 18:57:27 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-21 18:57:27 -0800 |
| commit | a8e4cf4f805eef3e19569ec4d4ad1f70c525493f (patch) | |
| tree | e78c1e02cbc080a24db8c313574603b0d76a60d5 /Library | |
| parent | e32e2475bb358f3db90383570d794b8cdc7145fa (diff) | |
| download | brew-a8e4cf4f805eef3e19569ec4d4ad1f70c525493f.tar.bz2 | |
audit: flag imake as a build dep
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/cmd/audit.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 6f7a9fa1d..ac67ea0b9 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -23,8 +23,8 @@ def audit_formula_text name, text problems << " * Check indentation of 'depends_on'." end - # cmake, pkg-config, and scons are build-time deps - if text =~ /depends_on ['"](boost-build|cmake|pkg-config|scons|smake)['"]$/ + # build tools should be flagged properly + if text =~ /depends_on ['"](boost-build|cmake|imake|pkg-config|scons|smake)['"]$/ problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\"" end |
