aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gource.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-06 14:57:10 -0700
committerAdam Vandenberg2010-06-06 14:57:10 -0700
commit431dd51070940186c1dd3af3c12ba093f2deab07 (patch)
tree601892d719910d6ad3d301019d8709118b772a31 /Library/Formula/gource.rb
parentf42f2900a772ff106ab7dece5701a9bbce1cd103 (diff)
downloadhomebrew-431dd51070940186c1dd3af3c12ba093f2deab07.tar.bz2
Attempted Gource fixes.
Diffstat (limited to 'Library/Formula/gource.rb')
-rw-r--r--Library/Formula/gource.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index 931d4cf89..8dc400dc8 100644
--- a/Library/Formula/gource.rb
+++ b/Library/Formula/gource.rb
@@ -17,6 +17,7 @@ class Gource <Formula
def install
# Put freetype-config in path
+ ENV.x11
ENV.prepend 'PATH', "/usr/X11/bin", ":"
system "autoreconf -f -i" unless File.exist? "configure"