| 54 | variant python description "Enable Python plugins, using Python24" { |
| 55 | configure.args-delete --disable-python |
| 56 | configure.args-append --enable-python |
| 57 | depends_lib-append port:python24 |
| 58 | } |
| 59 | |
| 60 | variant python description "Enable Python plugins, using Python25" { |
| 61 | configure.args-delete --disable-python |
| 62 | configure.args-append --enable-python |
| 63 | depends_lib-append port:python25 |
| 64 | } |
| 65 | |
| 66 | variant python description "Enable Python plugins, using Python26" { |
| 67 | configure.args-delete --disable-python |
| 68 | configure.args-append --enable-python |
| 69 | depends_lib-append port:python26 |
| 70 | } |
| 71 | |
| 72 | variant python description "Enable Python plugins, using Python27" { |
| 73 | configure.args-delete --disable-python |
| 74 | configure.args-append --enable-python |
| 75 | depends_lib-append port:python27 |
| 76 | } |
| 77 | |
| 78 | variant python description "Enable Python plugins, using Python31" { |
| 79 | configure.args-delete --disable-python |
| 80 | configure.args-append --enable-python |
| 81 | depends_lib-append port:python31 |
| 82 | } |
| 83 | |
| 84 | variant python description "Enable Python plugins, using Python32" { |
| 85 | configure.args-delete --disable-python |
| 86 | configure.args-append --enable-python |
| 87 | depends_lib-append port:python32 |
| 88 | } |
| 89 | |
| 90 | variant python description "Enable Python plugins, using Python33" { |
| 91 | configure.args-delete --disable-python |
| 92 | configure.args-append --enable-python |
| 93 | depends_lib-append port:python33 |
| 94 | } |
| 95 | |