[53042] trunk/dports/devel/iso-codes/Portfile

nox at macports.org nox at macports.org
Sun Jun 28 11:58:36 PDT 2009


Revision: 53042
          http://trac.macports.org/changeset/53042
Author:   nox at macports.org
Date:     2009-06-28 11:58:36 -0700 (Sun, 28 Jun 2009)
Log Message:
-----------
iso-codes: Remove python build dependency as it builds just fine with Mac OS X Python.

Modified Paths:
--------------
    trunk/dports/devel/iso-codes/Portfile

Modified: trunk/dports/devel/iso-codes/Portfile
===================================================================
--- trunk/dports/devel/iso-codes/Portfile	2009-06-28 18:53:00 UTC (rev 53041)
+++ trunk/dports/devel/iso-codes/Portfile	2009-06-28 18:58:36 UTC (rev 53042)
@@ -22,11 +22,10 @@
                     sha1    386f70d220b2fd2c011a2a51e84a778e753ac2bf \
                     rmd160  2eadadb548f1df90305e00f49ad4fcdec775da3c
 
-depends_build       port:gettext \
-                    port:python25
+depends_build       port:gettext
 
 post-patch {
-    reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.5|g" \
+    reinplace "s|#!/usr/bin/env python|#!/usr/bin/python|g" \
         ${worksrcpath}/iso2pot.py
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090628/68f01684/attachment.html>


More information about the macports-changes mailing list