diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index abf63a684..931c9c2d3 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -15,7 +15,6 @@ class Qt < Formula # It would be nice if this was a real version number but unfortunately # that will mess with the bottles. version '4.8.5' - end head 'git://gitorious.org/qt/qt.git', :branch => '4.8' @@ -72,6 +71,7 @@ class Qt < Formula args << "-I#{dbus_opt}/include/dbus-1.0" args << "-L#{dbus_opt}/lib" args << "-ldbus-1" + args << "-dbus-linked" end if build.with? 'qt3support' |
