aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ftgl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ftgl.rb')
-rw-r--r--Library/Formula/ftgl.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/ftgl.rb b/Library/Formula/ftgl.rb
index 7d048da4f..509d943bf 100644
--- a/Library/Formula/ftgl.rb
+++ b/Library/Formula/ftgl.rb
@@ -14,9 +14,7 @@ class Ftgl <Formula
puts "use \"brew link doxygen\" afterwards to reactivate it."
end
- # Put freetype-config in path
- ENV.x11
- ENV.prepend 'PATH', "/usr/X11/bin", ":"
+ ENV.x11 # Put freetype-config in path
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",