bsdmake is a build-time dep

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-03-17 11:16:10 -05:00
parent 8f47bdb782
commit 672128c908

View File

@ -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