aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fontforge.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fontforge.rb b/Library/Formula/fontforge.rb
index 8fb71414c..f1b0936ef 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -14,7 +14,7 @@ class Fontforge < Formula
depends_on 'potrace'
depends_on 'libspiro'
depends_on :x11
- depends_on :xcode
+ depends_on :xcode # Because: #include </Developer/Headers/FlatCarbon/Files.h>
def options
[['--without-python', 'Build without Python.']]