Ticket #35560: py-mayavi_Portfile.diff
File py-mayavi_Portfile.diff, 868 bytes (added by jjstickel (Jonathan Stickel), 12 years ago) |
---|
-
python/py-mayavi/Portfile
old new 48 48 OR x11/gtk) as that used for the GUI (wxwidgets/wxpython OR\ 49 49 qt4/pyqt4)." 50 50 51 if {![catch [glob "${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages/VTK-*-py${python.branch}.egg-info/PKG-INFO"]]} {51 if {![catch {glob "${prefix}/Library/Frameworks/Python.framework/Versions/${python.branch}/lib/python${python.branch}/site-packages/VTK-*-py${python.branch}.egg-info/PKG-INFO"}]==0} { 52 52 ui_error "vtk5 must be installed with the +python${python.version} variant" 53 53 return -code error "incompatible vtk5 installation" 54 54 }