Revision: 89685 http://trac.macports.org/changeset/89685 Author: jmr@macports.org Date: 2012-02-06 11:34:48 -0800 (Mon, 06 Feb 2012) Log Message: ----------- gobject-introspection: use a specific python (#28479) Modified Paths: -------------- trunk/dports/gnome/gobject-introspection/Portfile Modified: trunk/dports/gnome/gobject-introspection/Portfile =================================================================== --- trunk/dports/gnome/gobject-introspection/Portfile 2012-02-06 19:27:39 UTC (rev 89684) +++ trunk/dports/gnome/gobject-introspection/Portfile 2012-02-06 19:34:48 UTC (rev 89685) @@ -9,7 +9,7 @@ categories gnome platforms darwin # library under LGPL-2+, tools under GPL-2+ -license LGPL-2+ GPL-2+ +license {LGPL GPL-2+} maintainers singingwolfboy openmaintainer description GObject Introspection @@ -27,8 +27,11 @@ depends_lib path:lib/pkgconfig/cairo.pc:cairo \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ - port:libffi + port:libffi \ + port:python27 +configure.python ${prefix}/bin/python2.7 + build.args CC=${configure.cc} livecheck.type regex