Ticket #44559: xorg-xcb-proto-python.diff

File xorg-xcb-proto-python.diff, 1.6 KB (added by Ionic (Mihai Moldovan), 10 years ago)

Change python* dependencies from run to lib.

  • ports/x11/xorg-xcb-proto/Portfile

     
    2323depends_run     port:libxml2
    2424
    2525variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} {
    26     depends_run-append      port:python25
     26    depends_lib-append      port:python25
    2727    configure.python        ${prefix}/bin/python2.5
    2828}
    2929
    3030variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} {
    31     depends_run-append      port:python26
     31    depends_lib-append      port:python26
    3232    configure.python        ${prefix}/bin/python2.6
    3333}
    3434
    3535variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} {
    36     depends_run-append      port:python27
     36    depends_lib-append      port:python27
    3737    configure.python        ${prefix}/bin/python2.7
    3838}
    3939
    4040variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} {
    41     depends_run-append      port:python31
     41    depends_lib-append      port:python31
    4242    configure.python        ${prefix}/bin/python3.1
    4343}
    4444
    4545variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} {
    46     depends_run-append      port:python32
     46    depends_lib-append      port:python32
    4747    configure.python        ${prefix}/bin/python3.2
    4848}
    4949
    5050variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} {
    51     depends_run-append      port:python33
     51    depends_lib-append      port:python33
    5252    configure.python        ${prefix}/bin/python3.3
    5353}
    5454