New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17404: Portfile-graphviz.diff

File Portfile-graphviz.diff, 0.6 KB (added by macsforever2000@…, 3 years ago)

Here's my attempt at a python 2.5 variant.

  • Portfile

    old new  
    200200        --enable-python 
    201201} 
    202202 
     203variant python25 description {Include Python 2.5 language bindings} { 
     204    depends_lib-append \ 
     205        port:python25 
     206    depends_build-append \ 
     207        port:swig 
     208    configure.args-delete \ 
     209        --disable-swig \ 
     210        --disable-python \ 
     211        --disable-python25 
     212    configure.args-append \ 
     213        --enable-python25 
     214} 
     215 
    203216variant ruby description {Include Ruby language bindings} { 
    204217    depends_lib-append \ 
    205218        port:ruby