gammaray: rename qt5 to qt.
This commit is contained in:
parent
a40b5c98ae
commit
7ee8588b38
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Gammaray < Formula
|
|||
homepage "https://www.kdab.com/kdab-products/gammaray/"
|
||||
url "https://github.com/KDAB/GammaRay/releases/download/v2.7.0/gammaray-2.7.0.tar.gz"
|
||||
sha256 "09b814a33a53ae76f897ca8a100af9b57b08807f6fc2a1a8c7889212ee10c83b"
|
||||
revision 1
|
||||
head "https://github.com/KDAB/GammaRay.git"
|
||||
|
||||
bottle do
|
||||
|
@ -16,7 +17,7 @@ class Gammaray < Formula
|
|||
needs :cxx11
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "qt5"
|
||||
depends_on "qt"
|
||||
depends_on "graphviz" => :recommended
|
||||
|
||||
# VTK needs to have Qt support, and it needs to match GammaRay's
|
||||
|
|
Loading…
Reference in a new issue