Ticket #28835: tmo28835.ompl.python27_variant.patch

File tmo28835.ompl.python27_variant.patch, 647 bytes (added by l2g@…, 13 years ago)
  • dports/science/ompl/Portfile

    old new  
    6565    if { [variant_isset app] } {
    6666        depends_lib-append  port:py27-pyqt4 port:py27-opengl
    6767        post-destroot {
    68             reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.6|g" \
     68            reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|g" \
    6969                ${destroot}${prefix}/bin/ompl_app
    7070        }
    7171    } else {