From 92f528dc8fc078dbfc3ec55919f42d4cdf30f30d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 14:50:12 -0800 Subject: node: style nits --- Library/Formula/node.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3