diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vtk.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vtk.rb b/Library/Formula/vtk.rb index c55de372e..81b492538 100644 --- a/Library/Formula/vtk.rb +++ b/Library/Formula/vtk.rb @@ -101,7 +101,7 @@ class Vtk < Formula def caveats s = '' vtk = Tab.for_formula 'vtk' - if build.include? 'python' or vtk.installed_with? 'python' + if build.include? 'python' or vtk.include? 'python' s += <<-EOS.undent For non-homebrew Python, you need to amend your PYTHONPATH like so: export PYTHONPATH=#{HOMEBREW_PREFIX}/lib/#{which_python}/site-packages:$PYTHONPATH @@ -113,7 +113,7 @@ class Vtk < Formula EOS end - if build.include? 'examples' or vtk.installed_with? '--examples' + if build.include? 'examples' or vtk.include? 'examples' s += <<-EOS.undent The scripting examples are stored in #{HOMEBREW_PREFIX}/share/vtk |
