New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80218


Ignore:
Timestamp:
07/06/11 23:07:13 (4 years ago)
Author:
jmr@…
Message:

asciidoc: add python dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/asciidoc/Portfile

    r80217 r80218  
    3232 
    3333variant python25 conflicts python26 python27 description {Use python 2.5} { 
     34    depends_lib-append        port:python25 
    3435    configure.python          ${prefix}/bin/python2.5 
    3536 
     
    4243 
    4344variant python26 conflicts python25 python27 description {Use python 2.6} { 
     45    depends_lib-append        port:python26 
    4446    configure.python          ${prefix}/bin/python2.6 
    4547 
     
    5254 
    5355variant python27 conflicts python25 python26 description {Use python 2.7} { 
     56    depends_lib-append        port:python27 
    5457    configure.python          ${prefix}/bin/python2.7 
    5558 
Note: See TracChangeset for help on using the changeset viewer.