aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-11-29 18:55:55 -0800
committerAdam Vandenberg2011-11-29 18:55:55 -0800
commitf059e9624cf108115128d69d1dc2d1862e860efc (patch)
treeb8aea859b54f8915c922326bb0f6f51897be341d /Library
parent7278eaec510709a16d68b512a59525fbf276267a (diff)
downloadbrew-f059e9624cf108115128d69d1dc2d1862e860efc.tar.bz2
audit: smake is also a build tool
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 d73f471c0..37ad88dd8 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -30,7 +30,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)['"]$/
+ if text =~ /depends_on ['"](cmake|pkg-config|scons|smake)['"]$/
problems << " * #{$1} dependency should be \"depends_on '#{$1}' => :build\""
end