From 62cfa490828bc65cc13666c686b4eb209633af3a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 28 Jan 2012 12:50:45 -0800 Subject: audit: make boost-jam a build-time dependency --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 0910d207f..945d0e765 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -24,7 +24,7 @@ def audit_formula_text name, text end # 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\"" end -- cgit v1.2.3