aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-28 12:50:45 -0800
committerAdam Vandenberg2012-01-28 12:50:45 -0800
commit62cfa490828bc65cc13666c686b4eb209633af3a (patch)
tree520336d7fd85ef3062535a1c0c3ba933d4d98e3b /Library
parent6b669981decfc2e8463bb00143b6684f477295eb (diff)
downloadbrew-62cfa490828bc65cc13666c686b4eb209633af3a.tar.bz2
audit: make boost-jam a build-time dependency
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
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