aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-22 20:45:04 -0700
committerAdam Vandenberg2012-08-22 20:45:04 -0700
commit2db581b8585494d246a85589801b2c7c39f3e420 (patch)
treece2a4a05a107735d5abc4abefae422a4805ab1c7 /Library/Formula
parent4b94c88823664952d402f667f1f93d9f46b23dad (diff)
downloadhomebrew-2db581b8585494d246a85589801b2c7c39f3e420.tar.bz2
freetype: remove unused args
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freetype.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/freetype.rb b/Library/Formula/freetype.rb
index 578814d95..f0ceaeb9c 100644
--- a/Library/Formula/freetype.rb
+++ b/Library/Formula/freetype.rb
@@ -8,8 +8,7 @@ class Freetype < Formula
keg_only :when_xquartz_installed
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
end