[67421] trunk/dports/graphics/comix/Portfile

perry at macports.org perry at macports.org
Sat May 8 22:14:14 PDT 2010


Revision: 67421
          http://trac.macports.org/changeset/67421
Author:   perry at macports.org
Date:     2010-05-08 22:14:11 -0700 (Sat, 08 May 2010)
Log Message:
-----------
Explicitly mark port:python26 as a depends_lib for comix.

Modified Paths:
--------------
    trunk/dports/graphics/comix/Portfile

Modified: trunk/dports/graphics/comix/Portfile
===================================================================
--- trunk/dports/graphics/comix/Portfile	2010-05-09 05:02:52 UTC (rev 67420)
+++ trunk/dports/graphics/comix/Portfile	2010-05-09 05:14:11 UTC (rev 67421)
@@ -22,7 +22,7 @@
 livecheck.type      regex
 livecheck.url       ${homepage}
 
-depends_lib         port:py26-gtk port:py26-pil port:unrar
+depends_lib         port:py26-gtk port:py26-pil port:python26 port:unrar
 
 master_sites        sourceforge
 
@@ -35,7 +35,7 @@
 set python.bin      ${prefix}/bin/python2.6
 
 pre-destroot {
-    reinplace "s|/usr/bin/env python|${python.bin}|" ${worksrcpath}/src/comix.py
+    reinplace "s|^#!/usr/bin/env python\$|#!${python.bin}|" ${worksrcpath}/src/comix.py
 }
 
 destroot.cmd        ${python.bin} install.py --dir ${destroot}${prefix} --no-mime
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100508/4f244094/attachment.html>


More information about the macports-changes mailing list