[104247] trunk/dports/python/py-gobject3/Portfile

cal at macports.org cal at macports.org
Thu Mar 21 16:45:28 PDT 2013


Revision: 104247
          https://trac.macports.org/changeset/104247
Author:   cal at macports.org
Date:     2013-03-21 16:45:28 -0700 (Thu, 21 Mar 2013)
Log Message:
-----------
py-gobject3: set configure.python to ensure the correct python is being used, closes #38450

The revbump is necessary, because py-gobject3 might previously have built successfully, but against the wrong python

Modified Paths:
--------------
    trunk/dports/python/py-gobject3/Portfile

Modified: trunk/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile	2013-03-21 23:35:03 UTC (rev 104246)
+++ trunk/dports/python/py-gobject3/Portfile	2013-03-21 23:45:28 UTC (rev 104247)
@@ -7,6 +7,7 @@
 name                py-gobject3
 set my_name         pygobject
 version             3.4.2
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories-append   gnome
 license             LGPL-2.1+
@@ -36,6 +37,7 @@
                             port:gobject-introspection
 
     use_configure           yes
+    configure.python        ${prefix}/bin/python${python.branch}
     configure.env-append    PKG_CONFIG_PATH='${python.prefix}/lib/pkgconfig'
     configure.pre_args      --prefix='${python.prefix}'
     configure.args          --disable-glibtest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130321/38892987/attachment-0001.html>


More information about the macports-changes mailing list