gammaray: fix component order
This commit is contained in:
parent
e37cd73c11
commit
b3ebf651df
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ class Gammaray < Formula
|
|||
|
||||
option "with-vtk", "Build with VTK-with-Qt support, for object 3D visualizer"
|
||||
|
||||
needs :cxx11
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "qt"
|
||||
depends_on "graphviz" => :recommended
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
# For Mountain Lion
|
||||
ENV.libcxx
|
||||
|
|
Loading…
Reference in a new issue