Ticket #44559: xorg-xcb-proto-python.diff
File xorg-xcb-proto-python.diff, 1.6 KB (added by Ionic (Mihai Moldovan), 10 years ago) |
---|
-
ports/x11/xorg-xcb-proto/Portfile
23 23 depends_run port:libxml2 24 24 25 25 variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} { 26 depends_ run-append port:python2526 depends_lib-append port:python25 27 27 configure.python ${prefix}/bin/python2.5 28 28 } 29 29 30 30 variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} { 31 depends_ run-append port:python2631 depends_lib-append port:python26 32 32 configure.python ${prefix}/bin/python2.6 33 33 } 34 34 35 35 variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} { 36 depends_ run-append port:python2736 depends_lib-append port:python27 37 37 configure.python ${prefix}/bin/python2.7 38 38 } 39 39 40 40 variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} { 41 depends_ run-append port:python3141 depends_lib-append port:python31 42 42 configure.python ${prefix}/bin/python3.1 43 43 } 44 44 45 45 variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} { 46 depends_ run-append port:python3246 depends_lib-append port:python32 47 47 configure.python ${prefix}/bin/python3.2 48 48 } 49 49 50 50 variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} { 51 depends_ run-append port:python3351 depends_lib-append port:python33 52 52 configure.python ${prefix}/bin/python3.3 53 53 } 54 54