aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-08-18 00:17:26 -0700
committerCharlie Sharpsteen2012-08-18 00:17:26 -0700
commitbfc71f788b4ed23394cd5fb05968c645a75fda11 (patch)
tree1416845ae50e31394fc50951628bde4aec8ee0da /Library/Formula/node.rb
parentdb358b49a39fba072b371ca3deb156915f412339 (diff)
downloadhomebrew-bfc71f788b4ed23394cd5fb05968c645a75fda11.tar.bz2
node: Remove XCode dependency
Node builds just fine under CLT-only installs. Node will not build under any non-XCode package that provides Apple compilers but lacks a full set of development Frameworks such as the osx-gcc-compiler. Fixes #14274.
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 52222adcf..ee8ea86db 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -9,7 +9,6 @@ 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'