audit: make boost-jam a build-time dependency

This commit is contained in:
Adam Vandenberg 2012-01-28 12:50:45 -08:00
parent 6b669981de
commit 62cfa49082

View File

@ -24,7 +24,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|smake)['"]$/ if text =~ /depends_on ['"](boost-jam|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