aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorsamueljohn2012-08-24 18:16:43 +0200
committerAdam Vandenberg2012-08-24 10:45:12 -0700
commit22e786528e240ec4fda3b93b345da096e63bc7da (patch)
tree2a551c6dd25fbbd20d30b15b7d4aad97164e18f3 /Library
parent0d115ce857e8990c25dcb15d0cf647500faa8b2c (diff)
downloadhomebrew-22e786528e240ec4fda3b93b345da096e63bc7da.tar.bz2
FontForge: Added reason why it depends_on :xcode
Closes #14437. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.']]