Ticket #46853: Portfile-vtk.diff
File Portfile-vtk.diff, 727 bytes (added by joelfred@…, 10 years ago) |
---|
-
Portfile
old new 6 6 7 7 name vtk 8 8 version 6.1.0 9 revision 09 revision 1 10 10 categories graphics devel 11 11 platforms darwin 12 12 license BSD … … 48 48 -DVTK_WRAP_JAVA:BOOL=OFF \ 49 49 -DVTK_WRAP_TCL:BOOL=OFF 50 50 51 variant qt4 description {Add Qt4 support.} { 52 PortGroup qt4 1.0 53 configure.args-append \ 54 -DQT_QMAKE_EXECUTABLE:PATH=${qt_qmake_cmd} \ 55 -DVTK_Group_Qt:BOOL=ON 56 } 57 51 58 variant qt5 description {Add Qt5 support.} { 52 59 PortGroup qt5 1.0 53 60 }