Ticket #13837: Portfile-inkscape.diff

File Portfile-inkscape.diff, 426 bytes (added by gui-dos (Guido Soranzio), 16 years ago)

MacPorts' python2.5 is made the default interpreter

  • Portfile

    old new  
    6666variant enable_debugging conflicts disable_debugging {
    6767    # does nothing but offer a counter-point to disable_debugging
    6868}
     69
     70post-patch {
     71        reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"${prefix}/bin/python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
     72}