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

cal at macports.org cal at macports.org
Mon Dec 17 13:12:29 PST 2012


Revision: 100616
          https://trac.macports.org/changeset/100616
Author:   cal at macports.org
Date:     2012-12-17 13:12:29 -0800 (Mon, 17 Dec 2012)
Log Message:
-----------
gobject-introspection: Fix error introduced in the previous commit

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:10:31 UTC (rev 100615)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2012-12-17 21:12:29 UTC (rev 100616)
@@ -65,7 +65,7 @@
     }
 }
 
-if {[catch {set result [active_variants python ucs4]}]} {
+if {![catch {set result [active_variants python ucs4]}]} {
     if {$result} {
         default_variants +python_ucs4
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121217/cd2765a5/attachment.html>


More information about the macports-changes mailing list