aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2009-12-07 17:42:40 +0000
committerMax Howell2009-12-07 17:42:40 +0000
commit85c31463521dfdba39fc7423d58dc351063e6099 (patch)
tree1e8a2df2733a661c5a74696accf85218db47634b /Library/Formula
parente0c2bee55eab22a87d0170e553d7ef4d74192765 (diff)
downloadhomebrew-85c31463521dfdba39fc7423d58dc351063e6099.tar.bz2
Fix qt.rb line 56
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 6ac7370bf..7d1850a75 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -53,7 +53,7 @@ class Qt <Formula
conf_args << "-no-qt3support"
end
- if x11?
+ if Qt.x11?
conf_args << "-L/usr/X11R6/lib"
conf_args << "-I/usr/X11R6/include"
else