aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-10-19 14:09:58 +0100
committerMike McQuaid2014-10-19 14:09:58 +0100
commitf48c905f5fa954ebda3e5349aecdf7624aeb2378 (patch)
treea2afe0460a4af07d5bd3947bd0bb56f9e7b46b29 /Library/Formula
parent17113e5e1aa614f9faa00947fc44880617b62ff5 (diff)
downloadhomebrew-f48c905f5fa954ebda3e5349aecdf7624aeb2378.tar.bz2
qt: add deprecated option.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 1f848c314..f8334ccc1 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -34,6 +34,8 @@ class Qt < Formula
depends_on "mysql" => :optional
depends_on "postgresql" => :optional
+ deprecated_option "qtdbus" => "with-d-bus"
+
def install
ENV.universal_binary if build.universal?