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 99 99 --disable-python23 \ 100 100 --disable-python24 \ 101 101 --disable-python25 \ 102 --disable-python26 \ 103 --disable-python27 \ 102 104 --disable-r \ 103 105 --disable-ruby \ 104 106 --disable-tcl … … 160 162 } 161 163 } 162 164 163 variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 {165 variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 python27 { 164 166 depends_lib-append port:python24 165 167 depends_build-append port:swig-python 166 168 configure.args-delete --disable-swig \ … … 174 176 } 175 177 } 176 178 177 variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 {179 variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 python27 { 178 180 depends_lib-append port:python25 179 181 depends_build-append port:swig-python 180 182 configure.args-delete --disable-swig \ … … 188 190 } 189 191 } 190 192 191 variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 {193 variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 python27 { 192 194 depends_lib-append port:python26 193 195 depends_build-append port:swig-python 194 196 configure.args-delete --disable-swig \ … … 197 199 configure.python ${prefix}/bin/python2.6 198 200 } 199 201 202 variant 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 200 211 variant ruby description {Include Ruby language bindings} { 201 212 depends_lib-append port:ruby 202 213 depends_build-append port:swig-ruby