aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-09-13 12:55:43 -0500
committerJack Nagel2012-09-13 12:55:43 -0500
commitaa52468488f696685ca0606c6544bc271c02d16e (patch)
tree83ca7e05f2803286ae4887b3c5f5c694b56c3ae1 /Library/Formula
parent6972b16cc1ae0714d8543c07169b7a6cad439a17 (diff)
downloadhomebrew-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.rb2
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'