Ticket #26554: vtk5-cmake-tcltk.diff
File vtk5-cmake-tcltk.diff, 681 bytes (added by tonchev1@…, 14 years ago) |
---|
-
graphics/vtk5/Portfile
26 26 sha1 355209c485304f1b0feefcda3585d45217ffd230 \ 27 27 rmd160 b7abf3b9bb14a3db81608c7aa2721935ae653295 28 28 29 depends_build port:readline 29 depends_build port:readline bin:cmake:cmake 30 30 distname VTK 31 31 32 32 use_parallel_build yes … … 91 91 } 92 92 93 93 variant tcltk conflicts carbon description {Build with Tcl wrappers and Tk support} { 94 depends_lib-append port:tcl port:tk 94 95 configure.args-delete \ 95 96 -DVTK_USE_TK:BOOL=OFF \ 96 97 -DVTK_WRAP_TCL:BOOL=OFF