[100620] trunk/dports/gnome/gobject-introspection/Portfile

cal at macports.org cal at macports.org
Mon Dec 17 13:23:33 PST 2012


Revision: 100620
          https://trac.macports.org/changeset/100620
Author:   cal at macports.org
Date:     2012-12-17 13:23:33 -0800 (Mon, 17 Dec 2012)
Log Message:
-----------
gobject-introspection: fix build error introduced with the last few commits

Modified Paths:
--------------
    trunk/dports/gnome/gobject-introspection/Portfile

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2012-12-17 21:17:27 UTC (rev 100619)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2012-12-17 21:23:33 UTC (rev 100620)
@@ -59,13 +59,13 @@
 
 if {![variant_isset python_ucs4]} {
     pre-configure {
-        if {![active_variants python "" ucs4]} {
+        if {![active_variants python27 "" ucs4]} {
             error "You have python installed with the +ucs4 variant. Please build ${name} with +python_ucs4"
         }
     }
 }
 
-if {![catch {set result [active_variants python ucs4]}]} {
+if {![catch {set result [active_variants python27 ucs4]}]} {
     if {$result} {
         default_variants +python_ucs4
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121217/7dae7e3e/attachment.html>


More information about the macports-changes mailing list