Changeset 99499


Ignore:
Timestamp:
Nov 7, 2012, 8:54:59 PM (11 years ago)
Author:
ryandesign@…
Message:

py-urwid: add py-distribute dependency for python 3 subports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-urwid/Portfile

    r99485 r99499  
    2626
    2727if {$subport != $name} {
     28    if {[vercmp ${python.branch} 3.0] >= 0} {
     29        depends_build-append port:py${python.version}-distribute
     30    }
     31   
    2832    post-destroot {
    2933        #xinstall -m 644 ${worksrcpath}/reference.html \
Note: See TracChangeset for help on using the changeset viewer.