diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt5.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 41e358646..236a3aaf8 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -65,7 +65,7 @@ class Qt5 < Formula args << "-plugin-sql-mysql" if build.with? 'mysql' if build.with? 'd-bus' - dbus_opt = Formula.factory('d-bus').opt_prefix + dbus_opt = Formula["d-bus"].opt_prefix args << "-I#{dbus_opt}/lib/dbus-1.0/include" args << "-I#{dbus_opt}/include/dbus-1.0" args << "-L#{dbus_opt}/lib" |
