aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2012-03-17 11:16:10 -0500
committerJack Nagel2012-03-17 11:16:45 -0500
commit7e3287e683cb09fc138f3fe1c448adfad658ed42 (patch)
tree1426a1f109c41a5ff79a8029c2164114245ed204 /Library/Homebrew
parentb23fe377e1051f0b93e2b41bd596a30e06c203c0 (diff)
downloadhomebrew-7e3287e683cb09fc138f3fe1c448adfad658ed42.tar.bz2
bsdmake is a build-time dep
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew')
-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