Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
node: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jan 27, 2013
1 parent 38ae45f commit 92f528d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/node.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 92f528d

Please sign in to comment.