aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/fontforge.rb1
-rw-r--r--Library/Formula/node.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb
index 77c42c900..c116abdd1 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -13,6 +13,7 @@ class Fontforge < Formula
depends_on 'pango'
depends_on 'potrace'
depends_on :x11
+ depends_on :xcode
def options
[['--without-python', 'Build without Python.']]
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'