diff options
| author | Jack Nagel | 2012-03-17 11:16:10 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-03-17 11:16:45 -0500 |
| commit | 672128c908b9899a312227d1e6763977dfb907a8 (patch) | |
| tree | 127ce555ae5a9cc50ec826c0bf93ff482be082cf /Library | |
| parent | 8f47bdb782e3d6d5d1bfa39910197d5a7975c7d4 (diff) | |
| download | brew-672128c908b9899a312227d1e6763977dfb907a8.tar.bz2 | |
bsdmake is a build-time dep
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 a7376c803..9bffe7db4 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -24,8 +24,8 @@ def audit_formula_text name, text end # build tools should be flagged properly - build_deps = %w{autoconf automake boost-build cmake - imake libtool pkg-config scons smake} + build_deps = %w{autoconf automake boost-build bsdmake + cmake imake libtool pkg-config scons smake} if text =~ /depends_on ['"](#{build_deps*'|'})['"]$/ problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\"" end |
