diff --git a/tex/rubber/Portfile b/tex/rubber/Portfile
index b4d14e5..c0abb0e 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | |
5 | 5 | name rubber |
6 | 6 | version 1.1 |
7 | | revision 1 |
| 7 | revision 2 |
8 | 8 | patchfiles patch-ab patch-ac |
9 | 9 | categories tex print |
10 | 10 | maintainers milosh openmaintainer |
… |
… |
homepage http://www.pps.jussieu.fr/~beffara/soft/rubber/ |
24 | 24 | master_sites http://ebeffara.free.fr/pub/ |
25 | 25 | checksums md5 8087cdb498f51f91c2427c7d0b253189 |
26 | 26 | depends_run path:${prefix}/bin/bibtex:texlive |
27 | | depends_lib bin:python:python24 |
| 27 | depends_lib port:python25 |
28 | 28 | |
29 | | configure.args --python=python --mandir=${destroot}${prefix}/share/man \ |
| 29 | configure.args --python=${prefix}/bin/python2.5 \ |
| 30 | --mandir=${destroot}${prefix}/share/man \ |
30 | 31 | --infodir=${destroot}${prefix}/share/info |
31 | 32 | destroot.args prefix=${destroot}${prefix} |
32 | 33 | |