From bfc71f788b4ed23394cd5fb05968c645a75fda11 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Sat, 18 Aug 2012 00:17:26 -0700 Subject: 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. --- Library/Formula/node.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula/node.rb') 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' -- cgit v1.2.3