[37471] trunk/dports/tex/rubber/Portfile

milosh at macports.org milosh at macports.org
Mon Jun 9 02:25:49 PDT 2008


Revision: 37471
          http://trac.macosforge.org/projects/macports/changeset/37471
Author:   milosh at macports.org
Date:     2008-06-09 02:25:48 -0700 (Mon, 09 Jun 2008)

Log Message:
-----------
make rubber depend on python_select instead on bin:python:python24.

Modified Paths:
--------------
    trunk/dports/tex/rubber/Portfile

Modified: trunk/dports/tex/rubber/Portfile
===================================================================
--- trunk/dports/tex/rubber/Portfile	2008-06-09 09:07:07 UTC (rev 37470)
+++ trunk/dports/tex/rubber/Portfile	2008-06-09 09:25:48 UTC (rev 37471)
@@ -4,7 +4,7 @@
 
 name            rubber
 version         1.1
-revision        3
+revision        4
 patchfiles      patch-ab patch-ac
 categories      tex print
 maintainers     milosh openmaintainer
@@ -24,9 +24,10 @@
 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:python_select
 
-configure.args  --python=python --mandir=${destroot}${prefix}/share/man \
+configure.args  --python=${prefix}/bin/python \
+                --mandir=${destroot}${prefix}/share/man \
                 --infodir=${destroot}${prefix}/share/info
 destroot.args   prefix=${destroot}${prefix}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080609/1bc90481/attachment.htm 


More information about the macports-changes mailing list