New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12569: gnome-doc-utils-downgrade.diff

File gnome-doc-utils-downgrade.diff, 0.7 KB (added by afb@…, 5 years ago)
  • gnome/gnome-doc-utils/Portfile

     
    2929        port:libiconv \ 
    3030        port:libxml2 \ 
    3131        port:libxslt \ 
    32         port:py25-gobject \ 
    33         port:py25-libxml2 \ 
    34         port:py25-numeric \ 
    35         port:python25 
     32        port:py-gobject \ 
     33        port:py-libxml2 \ 
     34        port:py-numeric \ 
     35        port:python24 
    3636depends_run     \ 
    3737        port:docbook-xml \ 
    3838        port:docbook-xsl \ 
    3939        port:scrollkeeper \ 
    4040        port:iso-codes 
    4141 
    42 configure.env   PYTHON=${prefix}/bin/python2.5 
     42configure.env   PYTHON=${prefix}/bin/python2.4 
    4343configure.args  --disable-scrollkeeper \ 
    4444                --mandir=${prefix}/share/man 
    4545