qt5: make keg_only due to qt conflict.

References Homebrew/homebrew#16471.
References Homebrew/homebrew#16921.
This commit is contained in:
Mike McQuaid 2013-01-26 14:13:58 +00:00
parent 89ef9dd9e6
commit 9041777bb2

View file

@ -7,6 +7,8 @@ class Qt5 < Formula
head 'git://gitorious.org/qt/qt5.git', :branch => 'master'
keg_only "Qt 5 conflicts Qt 4 (which is currently much more widely used)."
option :universal
option 'with-qtdbus', 'Enable QtDBus module'
option 'with-demos-examples', 'Enable Qt demos and examples'