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

