Ticket #19492: vtk5Portfile.diff
File vtk5Portfile.diff, 1.0 KB (added by jjstickel@…, 16 years ago) |
---|
-
Portfile
old new 5 5 6 6 name vtk5 7 7 version 5.2.1 8 revision 18 revision 2 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories graphics devel 11 11 maintainers nomaintainer … … 81 81 82 82 platform darwin 8 { 83 83 configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 MACOSX_DEPLOYMENT_TARGET=10.4 84 depends_run-append port:xorg-server 84 85 } 85 86 86 87 platform darwin 9 { … … 95 96 configure.args-append \ 96 97 -DVTK_USE_COCOA:BOOL=OFF \ 97 98 -DVTK_USE_X:BOOL=ON \ 98 -DOPENGL_gl_LIBRARY:FILEPATH=${ x11prefix}/lib/libGL.dylib \99 -DOPENGL_glu_LIBRARY:FILEPATH=${ x11prefix}/lib/libGLU.dylib99 -DOPENGL_gl_LIBRARY:FILEPATH=${prefix}/lib/libGL.dylib \ 100 -DOPENGL_glu_LIBRARY:FILEPATH=${prefix}/lib/libGLU.dylib 100 101 } 101 102 102 103 variant tcltk conflicts carbon description {build with Tcl wrappers and Tk support} {