aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ftgl.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/ftgl.rb b/Library/Formula/ftgl.rb
index 24c79117f..74e441922 100644
--- a/Library/Formula/ftgl.rb
+++ b/Library/Formula/ftgl.rb
@@ -14,10 +14,7 @@ class Ftgl <Formula
puts "use \"brew link doxygen\" afterwards to reactivate it."
end
- # Freetype - include headers, libs and put freetype-config in path
- ENV.prepend 'PATH', "/usr/X11/bin", ":"
- ENV.x11
-
+ ENV.x11 # Freetype
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-freetypetest",