aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-01 21:58:11 -0600
committerJack Nagel2013-02-01 21:58:12 -0600
commit79e6b9ba3c296eb4475d75e90a4c616b1f603e06 (patch)
tree37f8133c3485516df1dc50acaf735807c97a6c3b /Library/Formula
parentd832348af6122cab4fbdb937764e065d710f602d (diff)
downloadhomebrew-79e6b9ba3c296eb4475d75e90a4c616b1f603e06.tar.bz2
vtk: fix dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vtk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vtk.rb b/Library/Formula/vtk.rb
index 529af6f01..073e90f15 100644
--- a/Library/Formula/vtk.rb
+++ b/Library/Formula/vtk.rb
@@ -7,7 +7,7 @@ class Vtk < Formula
depends_on 'cmake' => :build
depends_on :x11 if build.include? 'x11'
- depends_on 'qt' => :optional if build.include? 'qt'
+ depends_on 'qt' if build.include? 'qt'
if build.include? 'pyqt' and build.include? 'python'
depends_on 'sip'