Ticket #26554: vtk5-cmake-tcltk.diff

File vtk5-cmake-tcltk.diff, 681 bytes (added by tonchev1@…, 14 years ago)

add missing dependencies (cmake, tcl, tk)

  • graphics/vtk5/Portfile

     
    2626                    sha1    355209c485304f1b0feefcda3585d45217ffd230 \
    2727                    rmd160  b7abf3b9bb14a3db81608c7aa2721935ae653295
    2828
    29 depends_build   port:readline
     29depends_build   port:readline bin:cmake:cmake
    3030distname    VTK
    3131
    3232use_parallel_build yes
     
    9191}
    9292
    9393variant tcltk conflicts carbon description {Build with Tcl wrappers and Tk support} {
     94    depends_lib-append port:tcl port:tk
    9495    configure.args-delete \
    9596        -DVTK_USE_TK:BOOL=OFF \
    9697        -DVTK_WRAP_TCL:BOOL=OFF