New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82143


Ignore:
Timestamp:
08/08/11 09:45:33 (4 years ago)
Author:
markd@…
Message:

Modify variant descriptions to reflect Python versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/rrdtool/Portfile

    r81768 r82143  
    4545build.type              gnu 
    4646 
    47 variant python25 description {Python bindings for RRDtool} conflicts python26 python27 { 
     47variant python25 description {Python 2.5 bindings for RRDtool} conflicts python26 python27 { 
    4848        depends_lib-append      port:python25 
    4949        configure.args-delete   --disable-python 
     
    5151} 
    5252 
    53 variant python26 description {Python bindings for RRDtool} conflicts python25 python27 { 
     53variant python26 description {Python 2.6 bindings for RRDtool} conflicts python25 python27 { 
    5454        depends_lib-append      port:python26 
    5555        configure.args-delete   --disable-python 
     
    5757} 
    5858 
    59 variant python27 description {Python bindings for RRDtool} conflicts python25 python26 { 
     59variant python27 description {Python 2.7 bindings for RRDtool} conflicts python25 python26 { 
    6060        depends_lib-append      port:python27 
    6161        configure.args-delete   --disable-python 
Note: See TracChangeset for help on using the changeset viewer.