aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-12 07:08:57 -0800
committerAdam Vandenberg2013-11-12 07:09:06 -0800
commitcbaef82d6d2e8e58f1420d4b1620e749c4872ba5 (patch)
tree21cdb176c0fdfd068282d25be0007f19395fd9d8 /Library
parentf47072578e5c8bf3d569fe9704da8c9ea644469b (diff)
downloadhomebrew-cbaef82d6d2e8e58f1420d4b1620e749c4872ba5.tar.bz2
fontforge: add note about .app to options
Closes #23593.
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 967ca017d..2f314cd8a 100644
--- a/Library/Formula/fontforge.rb
+++ b/Library/Formula/fontforge.rb
@@ -24,7 +24,7 @@ class Fontforge < Formula
end
option 'with-gif', 'Build with GIF support'
- option 'with-x', 'Build with X'
+ option 'with-x', 'Build with X11 support, including FontForge.app'
depends_on 'gettext'
depends_on :python => :recommended