diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt5.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 01eb56d41..89dd933ee 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -51,6 +51,9 @@ class Qt5 < Formula option "developer", "Build and link with developer options" option "with-oci", "Build with Oracle OCI plugin" + # Snow Leopard is untested and support is being officially removed in 5.4 + # https://qt.gitorious.org/qt/qtbase/commit/5be81925d7be19dd0f1022c3cfaa9c88624b1f08 + depends_on :macos => :lion depends_on "pkg-config" => :build depends_on "d-bus" => :optional depends_on :mysql => :optional |
