diff options
| author | Adam Vandenberg | 2013-01-27 14:50:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-27 14:54:51 -0800 |
| commit | 92f528dc8fc078dbfc3ec55919f42d4cdf30f30d (patch) | |
| tree | ed3ee5a0decde9795029e079f4057c24e8586342 | |
| parent | 38ae45f91d7897fee3b760b0cbd87aedcd44faeb (diff) | |
| download | homebrew-92f528dc8fc078dbfc3ec55919f42d4cdf30f30d.tar.bz2 | |
node: style nits
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 0574281b2..cccc43cd3 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -55,8 +55,8 @@ class Node < Formula # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.version == :leopard - depends_on NpmNotInstalled.new unless build.include? 'without-npm' - depends_on PythonVersion.new + depends_on NpmNotInstalled unless build.include? 'without-npm' + depends_on PythonVersion option 'enable-debug', 'Build with debugger hooks' option 'without-npm', 'npm will not be installed' |
