diff options
Diffstat (limited to 'Library/Formula/v8.rb')
| -rw-r--r-- | Library/Formula/v8.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb index 80fbe7642..5529d240e 100644 --- a/Library/Formula/v8.rb +++ b/Library/Formula/v8.rb @@ -4,7 +4,7 @@ class V8 <Formula    head 'http://v8.googlecode.com/svn/trunk/'    homepage 'http://code.google.com/p/v8/' -  depends_on 'scons' +  depends_on 'scons' => :build    def install      arch = Hardware.is_64_bit? ? 'x64' : 'ia32' | 
