aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-03-17 11:16:10 -0500
committerJack Nagel2012-03-17 11:16:45 -0500
commit672128c908b9899a312227d1e6763977dfb907a8 (patch)
tree127ce555ae5a9cc50ec826c0bf93ff482be082cf /Library
parent8f47bdb782e3d6d5d1bfa39910197d5a7975c7d4 (diff)
downloadbrew-672128c908b9899a312227d1e6763977dfb907a8.tar.bz2
bsdmake is a build-time dep
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb4
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