[99449] trunk/dports/www/webkit-gtk/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 5 08:05:54 PST 2012


Revision: 99449
          http://trac.macports.org//changeset/99449
Author:   ryandesign at macports.org
Date:     2012-11-05 08:05:53 -0800 (Mon, 05 Nov 2012)
Log Message:
-----------
webkit-gtk: enforce use of system python (#36329)

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-11-05 16:05:06 UTC (rev 99448)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-11-05 16:05:53 UTC (rev 99449)
@@ -53,6 +53,9 @@
         xrender-check.patch \
         tiger.patch
 
+# https://trac.macports.org/ticket/36329
+configure.python    /usr/bin/python
+
 configure.args	\
         --with-gtk=2.0 \
         --disable-webkit2 \
@@ -222,8 +225,7 @@
     if {${os.major} < 10} {
         depends_build-append      port:python27
         # https://trac.macports.org/ticket/35793
-        configure.env-append \
-            PYTHON=${prefix}/bin/python2.7
+        configure.python          ${prefix}/bin/python2.7
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121105/12ad81d9/attachment.html>


More information about the macports-changes mailing list