aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-13 20:48:54 -0600
committerJack Nagel2012-02-13 20:51:40 -0600
commit1d9ada295ab30dfd36005380097720be398569bc (patch)
tree1cf434138d89649c7041434fc7c5295d6ca822a1 /Library
parent150cf9b88c5407b93ff3ae9ee0897f098f08ccdb (diff)
downloadbrew-1d9ada295ab30dfd36005380097720be398569bc.tar.bz2
Boost-jam is now part of boost-build
So remove it, and add/update the appropriate aliases. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 945d0e765..843d19437 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 ['"](boost-jam|cmake|pkg-config|scons|smake)['"]$/
+ if text =~ /depends_on ['"](boost-build|cmake|pkg-config|scons|smake)['"]$/
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
end