Ticket #33806: Portfile.diff
File Portfile.diff, 1.9 KB (added by mklein-de (Michael Klein), 13 years ago) |
---|
-
Portfile
172 172 } 173 173 } 174 174 175 variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 {175 variant python24 description {Include Python 2.4 language bindings} conflicts python25 python26 python27 { 176 176 depends_lib-append port:python24 177 177 depends_build-append port:swig-python 178 178 configure.args-delete --disable-swig \ … … 186 186 } 187 187 } 188 188 189 variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 {189 variant python25 description {Include Python 2.5 language bindings} conflicts python24 python26 python27 { 190 190 depends_lib-append port:python25 191 191 depends_build-append port:swig-python 192 192 configure.args-delete --disable-swig \ … … 200 200 } 201 201 } 202 202 203 variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 {203 variant python26 description {Include Python 2.6 language bindings} conflicts python24 python25 python27 { 204 204 depends_lib-append port:python26 205 205 depends_build-append port:swig-python 206 206 configure.args-delete --disable-swig \ … … 209 209 configure.python ${prefix}/bin/python2.6 210 210 } 211 211 212 variant python27 description {Include Python 2.7 language bindings} conflicts python24 python25 python26 { 213 depends_lib-append port:python27 214 depends_build-append port:swig-python 215 configure.args-delete --disable-swig \ 216 --disable-python 217 configure.args-append --enable-python 218 configure.python ${prefix}/bin/python2.7 219 } 220 221 212 222 variant ruby description {Include Ruby language bindings} { 213 223 depends_lib-append port:ruby 214 224 depends_build-append port:swig-ruby