gpsbabel: depend on qt@5.7
Closes #9322. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
10a06d59fd
commit
8e44ab97cf
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class Gpsbabel < Formula
|
|||
homepage "https://www.gpsbabel.org/"
|
||||
url "https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_1_5_3.tar.gz"
|
||||
sha256 "10b7aaca44ce557fa1175fec37297b8df55611ab2c51cb199753a22dbf2d3997"
|
||||
|
||||
revision 1
|
||||
head "https://github.com/gpsbabel/gpsbabel.git"
|
||||
|
||||
bottle do
|
||||
|
@ -14,7 +14,7 @@ class Gpsbabel < Formula
|
|||
end
|
||||
|
||||
depends_on "libusb" => :optional
|
||||
depends_on "qt5"
|
||||
depends_on "qt@5.7"
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
|
|
Loading…
Reference in a new issue