aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyqt.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-26 13:25:23 -0700
committerAdam Vandenberg2010-05-26 13:25:23 -0700
commit24b321a839caccc9825b9640c0919a8db58d3111 (patch)
treed3cef5c5be30ed46bfd3faf77f8978cb561e999c /Library/Formula/pyqt.rb
parentf9286b4cf1ce38be5e0f0cf23cd5559aa21a5d11 (diff)
downloadhomebrew-24b321a839caccc9825b9640c0919a8db58d3111.tar.bz2
Update PyQT. Fixes #1382.
Diffstat (limited to 'Library/Formula/pyqt.rb')
-rw-r--r--Library/Formula/pyqt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb
index dc5a675a5..b553e3b52 100644
--- a/Library/Formula/pyqt.rb
+++ b/Library/Formula/pyqt.rb
@@ -14,7 +14,7 @@ class Pyqt <Formula
def install
ENV.prepend 'PYTHONPATH', "#{HOMEBREW_PREFIX}/lib/python", ':'
- system "python", "./configure.py", "-g", "--confirm-license",
+ system "python", "./configure.py", "--confirm-license",
"--bindir=#{bin}",
"--destdir=#{lib}/python",
"--sipdir=#{share}/sip"