aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 14:50:12 -0800
committerAdam Vandenberg2013-01-27 14:54:51 -0800
commit92f528dc8fc078dbfc3ec55919f42d4cdf30f30d (patch)
treeed3ee5a0decde9795029e079f4057c24e8586342 /Library/Formula/node.rb
parent38ae45f91d7897fee3b760b0cbd87aedcd44faeb (diff)
downloadhomebrew-92f528dc8fc078dbfc3ec55919f42d4cdf30f30d.tar.bz2
node: style nits
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb4
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'