Ticket #13837: Portfile-inkscape.diff
File Portfile-inkscape.diff, 426 bytes (added by gui-dos (Guido Soranzio), 17 years ago) |
---|
-
Portfile
old new 66 66 variant enable_debugging conflicts disable_debugging { 67 67 # does nothing but offer a counter-point to disable_debugging 68 68 } 69 70 post-patch { 71 reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"${prefix}/bin/python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp 72 }