FontForge: Added reason why it depends_on :xcode

Closes Homebrew/homebrew#14437.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
samueljohn 2012-08-24 18:16:43 +02:00 committed by Adam Vandenberg
parent 433878bf28
commit cc88976afd

View file

@ -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.']]