aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-12 07:10:14 -0700
committerJack Nagel2012-08-17 15:37:41 -0500
commitea955e62174f00586f8fb51edd07f387ca671226 (patch)
treeea2e987c0b61d3de9b21e3ee762d6b11f625e421 /Library/Formula/node.rb
parentf334344b1b73a6ec2adc13aa1a3d7e7876f09cf4 (diff)
downloadhomebrew-ea955e62174f00586f8fb51edd07f387ca671226.tar.bz2
Use new :xcode dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index ee8ea86db..52222adcf 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -9,6 +9,7 @@ class Node < Formula
# Leopard OpenSSL is not new enough, so use our keg-only one
depends_on 'openssl' if MacOS.leopard?
+ depends_on :xcode
option 'enable-debug', 'Build with debugger hooks'