Ticket #15477: rubber-python25.diff

File rubber-python25.diff, 950 bytes (added by skymoo (Adam Mercer), 16 years ago)

use python25

  • tex/rubber/Portfile

    diff --git a/tex/rubber/Portfile b/tex/rubber/Portfile
    index b4d14e5..c0abb0e 100644
    a b PortSystem 1.0 
    44
    55name            rubber
    66version         1.1
    7 revision        1
     7revision        2
    88patchfiles      patch-ab patch-ac
    99categories      tex print
    1010maintainers     milosh openmaintainer
    homepage http://www.pps.jussieu.fr/~beffara/soft/rubber/ 
    2424master_sites    http://ebeffara.free.fr/pub/
    2525checksums       md5 8087cdb498f51f91c2427c7d0b253189
    2626depends_run     path:${prefix}/bin/bibtex:texlive
    27 depends_lib     bin:python:python24
     27depends_lib     port:python25
    2828
    29 configure.args  --python=python --mandir=${destroot}${prefix}/share/man \
     29configure.args  --python=${prefix}/bin/python2.5 \
     30                --mandir=${destroot}${prefix}/share/man \
    3031                --infodir=${destroot}${prefix}/share/info
    3132destroot.args   prefix=${destroot}${prefix}
    3233