Ticket #40402: Portfile-graphviz-devel.diff

File Portfile-graphviz-devel.diff, 2.3 KB (added by mndavidoff (Monte Davidoff), 11 years ago)
  • Portfile

    old new  
    9999                                --disable-python23 \
    100100                                --disable-python24 \
    101101                                --disable-python25 \
     102                                --disable-python26 \
     103                                --disable-python27 \
    102104                                --disable-r \
    103105                                --disable-ruby \
    104106                                --disable-tcl
     
    160162    }
    161163}
    162164
    163 variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 {
     165variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 python27 {
    164166    depends_lib-append          port:python24
    165167    depends_build-append        port:swig-python
    166168    configure.args-delete       --disable-swig \
     
    174176    }
    175177}
    176178
    177 variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 {
     179variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 python27 {
    178180    depends_lib-append          port:python25
    179181    depends_build-append        port:swig-python
    180182    configure.args-delete       --disable-swig \
     
    188190    }
    189191}
    190192
    191 variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 {
     193variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 python27 {
    192194    depends_lib-append          port:python26
    193195    depends_build-append        port:swig-python
    194196    configure.args-delete       --disable-swig \
     
    197199    configure.python            ${prefix}/bin/python2.6
    198200}
    199201
     202variant python27 description {Include Python 2.7 language bindings} conflicts python24 python25 python26 {
     203    depends_lib-append          port:python27
     204    depends_build-append        port:swig-python
     205    configure.args-delete       --disable-swig \
     206                                --disable-python
     207    configure.args-append       --enable-python
     208    configure.python            ${prefix}/bin/python2.7
     209}
     210
    200211variant ruby description {Include Ruby language bindings} {
    201212    depends_lib-append          port:ruby
    202213    depends_build-append        port:swig-ruby