New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79821


Ignore:
Timestamp:
06/26/11 19:45:11 (4 years ago)
Author:
jeremyhu@…
Message:

py27-orbit: New port based on py26-orbit

Location:
trunk/dports/python/py27-orbit
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py27-orbit/Portfile

    r57375 r79821  
    22 
    33PortSystem 1.0 
    4 name            py26-orbit 
     4name            py27-orbit 
    55set my_name     pyorbit 
    66version         2.24.0 
     
    2727                rmd160  55aa1c3ac0739d398d8e9bbda93ef36f7c659360 
    2828 
    29 depends_lib     port:python26 \ 
     29depends_lib     port:python27 \ 
    3030                port:orbit2 
    3131 
    32 set python.prefix   ${frameworks_dir}/Python.framework/Versions/2.6 
     32set python.prefix   ${frameworks_dir}/Python.framework/Versions/2.7 
    3333 
    3434patchfiles      patch-configure.diff 
     
    3737} 
    3838 
    39 configure.args  --includedir=${python.prefix}/include/python2.6 
    40 configure.python ${prefix}/bin/python2.6 
     39configure.args  --includedir=${python.prefix}/include/python2.7 
     40configure.python ${prefix}/bin/python2.7 
    4141 
    4242use_parallel_build  yes 
Note: See TracChangeset for help on using the changeset viewer.