Changeset 98624


Ignore:
Timestamp:
Oct 10, 2012, 10:54:17 PM (12 years ago)
Author:
jmr@…
Message:

py-pylint: fix deps

File:
1 edited

Legend:

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

    r96736 r98624  
    4646python.versions 24 25 26 27
    4747
    48 depends_lib         port:py${dotless_branch}-logilab-common \
     48if {$subport != $name} {
     49    depends_lib     port:py${dotless_branch}-logilab-common \
    4950                    port:py${dotless_branch}-logilab-astng
    50 
    51 if {$subport != $name} {
    5251    post-destroot {
    5352        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
Note: See TracChangeset for help on using the changeset viewer.