treefrog: fix dependency order

This commit is contained in:
commitay 2018-09-18 12:26:16 +10:00
parent 02c9323fc5
commit 403f9f02cb

View file

@ -18,8 +18,8 @@ class Treefrog < Formula
option "with-postgresql", "enable --with-postgresql option for Qt build"
option "with-qt", "build and link with QtGui module"
depends_on :macos => :el_capitan
depends_on :xcode => [:build, "8.0"]
depends_on :macos => :el_capitan
qt_build_options = []
qt_build_options << "with-mysql" if build.with?("mysql")