aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-10-19 14:10:06 +0100
committerMike McQuaid2014-10-19 14:10:06 +0100
commit68aa0f59df7647485e14a6033c5f1cf0cdbb9ad7 (patch)
tree850e2caacaaa1a6ed1db4d50db6b3d8de8cdf7db /Library/Formula
parentf48c905f5fa954ebda3e5349aecdf7624aeb2378 (diff)
downloadhomebrew-68aa0f59df7647485e14a6033c5f1cf0cdbb9ad7.tar.bz2
qt5: add deprecated option.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt5.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index aab65eecd..a917cbe92 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -57,6 +57,8 @@ class Qt5 < Formula
depends_on OracleHomeVar if build.with? "oci"
+ deprecated_option "qtdbus" => "with-d-bus"
+
def install
ENV.universal_binary if build.universal?
args = ["-prefix", prefix,