diff options
| author | Jack Nagel | 2012-09-13 12:55:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-13 12:55:43 -0500 |
| commit | aa52468488f696685ca0606c6544bc271c02d16e (patch) | |
| tree | 83ca7e05f2803286ae4887b3c5f5c694b56c3ae1 /Library/Formula | |
| parent | 6972b16cc1ae0714d8543c07169b7a6cad439a17 (diff) | |
| download | homebrew-aa52468488f696685ca0606c6544bc271c02d16e.tar.bz2 | |
vtk: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vtk.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/vtk.rb b/Library/Formula/vtk.rb index 1baf88f5e..385ecb16f 100644 --- a/Library/Formula/vtk.rb +++ b/Library/Formula/vtk.rb @@ -14,8 +14,6 @@ class Vtk < Formula depends_on 'pyqt' end - skip_clean :all # Otherwise vtkpython complains can't find symbol _environ - option 'examples', 'Compile and install various examples' option 'python', 'Enable python wrapping of VTK classes' option 'pyqt', 'Make python wrapped classes available to SIP/PyQt' |
