diff options
Diffstat (limited to 'Library/Formula/gource.rb')
| -rw-r--r-- | Library/Formula/gource.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index 8463305b7..5c01389f4 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -33,9 +33,7 @@ class Gource < Formula system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--disable-sdltest", - "--without-x", - "--disable-freetypetest" + "--without-x" system "make install" end end |
