diff --git a/Formula/gammaray.rb b/Formula/gammaray.rb index 6c4b36d837..2667b36952 100644 --- a/Formula/gammaray.rb +++ b/Formula/gammaray.rb @@ -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