Ticket #13626: py25-wxpython_Portfile.diff

File py25-wxpython_Portfile.diff, 548 bytes (added by mdickens@…, 16 years ago)

Diff of py25-wxpython Portfile to allow for the use of built-in Python 2.5 in Leopard

  • (a) Portfile_old vs. (b) Portfile

    a b  
    4747    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
    4848    file copy ${worksrcpath}/samples \
    4949        ${destroot}${prefix}/share/doc/${name}/examples
     50    system "cd ${destroot}${prefix}/lib/python2.5/site-packages && ln -s wx-2.8-mac-unicode/* ."
     51}
     52
     53variant built_in_python25 {
     54        depends_lib-delete      port:python25
     55        build.cmd       /usr/bin/python2.5 setup.py
     56        destroot.cmd    ${build.cmd}
    5057}
    5158
    5259livecheck.check regex