Changeset 117713 for trunk/dports


Ignore:
Timestamp:
Mar 9, 2014, 1:54:41 AM (10 years ago)
Author:
ryandesign@…
Message:

uzbl: use python27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/uzbl/Portfile

    r115137 r117713  
    66
    77github.setup        Dieterbe uzbl 2012.05.14
     8revision            1
    89categories          www
    910license             GPL-3
     
    2526                    path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk \
    2627                    port:libsoup
     28
     29depends_run         port:python27
     30
     31post-patch {
     32    foreach f [concat [glob ${worksrcpath}/bin/*] [glob ${worksrcpath}/examples/data/scripts/*]] {
     33        if {[file isfile ${f}]} {
     34            reinplace -E "s|#!/usr/bin/env python2?|#!${prefix}/bin/python2.7|g" ${f}
     35        }
     36    }
     37}
    2738
    2839use_configure       no
Note: See TracChangeset for help on using the changeset viewer.