New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82740


Ignore:
Timestamp:
08/19/11 12:21:42 (4 years ago)
Author:
jmr@…
Message:

py-matplotlib: fix stub

File:
1 edited

Legend:

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

    r82495 r82740  
    2929python.versions    24 25 26 27 
    3030 
    31 depends_lib-append port:freetype \ 
    32                    port:libpng 
    33  
    3431if {${subport} == "py24-matplotlib"} { 
    3532  depends_lib-append port:py-dateutil \ 
     
    4643                     port:py${python.version}-pyobjc-cocoa 
    4744} 
     45 
     46if {$subport != name} { 
     47 
     48depends_lib-append port:freetype \ 
     49                   port:libpng 
    4850 
    4951patchfiles         patch-setupext.py.diff \ 
     
    154156} 
    155157 
     158} 
     159 
    156160livecheck.type     regex 
    157161livecheck.url      ${homepage} 
Note: See TracChangeset for help on using the changeset viewer.