aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKevin M. Dulzo2010-02-18 21:42:36 -0600
committerAdam Vandenberg2010-02-22 16:22:31 -0800
commit4645bfdc83c8bf1dea55a2747318eacf7957f5f5 (patch)
tree0718fa92ae301c0437f83edd5f6681f800e45aa9 /Library
parent57bc8d4f1355a74486f33d84b52f33bfb5ca935a (diff)
downloadhomebrew-4645bfdc83c8bf1dea55a2747318eacf7957f5f5.tar.bz2
Remove unrecognized configure arg --with-fontconfig
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pango.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pango.rb b/Library/Formula/pango.rb
index 717e98ec6..f95842a5a 100644
--- a/Library/Formula/pango.rb
+++ b/Library/Formula/pango.rb
@@ -9,7 +9,7 @@ class Pango <Formula
depends_on 'pkg-config'
def install
- system "./configure", "--prefix=#{prefix}", "--with-x", "--with-fontconfig"
+ system "./configure", "--prefix=#{prefix}", "--with-x"
system "make install"
end
end