audit: smake is also a build tool

This commit is contained in:
Adam Vandenberg 2011-11-29 18:55:55 -08:00
parent 7278eaec51
commit f059e9624c

View File

@ -30,7 +30,7 @@ def audit_formula_text name, text
end end
# cmake, pkg-config, and scons are build-time deps # cmake, pkg-config, and scons are build-time deps
if text =~ /depends_on ['"](cmake|pkg-config|scons)['"]$/ if text =~ /depends_on ['"](cmake|pkg-config|scons|smake)['"]$/
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\"" problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
end end