Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 29578

Show
Ignore:
Timestamp:
2007-09-30 14:42:50 (14 months ago)
Author:
pmq@…
Message:

Switch to Python-2.5, away from Python-2.4, to comply with issue #12329.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/kedpm/Portfile

    r27930 r29578  
    2626checksums           sha1 7319b45efced4995d85fba0bceefb5c5f0313852 
    2727 
    28 depends_lib         bin:python24:python24 port:py-crypto port:py-gtk2 port:libglade2 
     28depends_lib         port:python25 port:py25-crypto port:py25-hashlib \ 
     29                    port:py25-gtk port:libglade2 
    2930 
    3031use_configure       no 
     
    3233build               {} 
    3334 
    34 destroot.cmd        ${prefix}/bin/python setup.py install 
     35destroot.cmd        ${prefix}/bin/python2.5 setup.py install 
    3536destroot.destdir    --prefix=${prefix} --root=${destroot}