[71736] trunk/dports/python/py26-pymvpa/Portfile

jameskyle at macports.org jameskyle at macports.org
Tue Sep 21 06:15:46 PDT 2010


Revision: 71736
          http://trac.macports.org/changeset/71736
Author:   jameskyle at macports.org
Date:     2010-09-21 06:15:45 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
gcc_version for variant gcc45 corrected to gcc4.5

Modified Paths:
--------------
    trunk/dports/python/py26-pymvpa/Portfile

Modified: trunk/dports/python/py26-pymvpa/Portfile
===================================================================
--- trunk/dports/python/py26-pymvpa/Portfile	2010-09-21 13:15:43 UTC (rev 71735)
+++ trunk/dports/python/py26-pymvpa/Portfile	2010-09-21 13:15:45 UTC (rev 71736)
@@ -71,10 +71,10 @@
 if {[variant_isset gcc43]} {
     set gccversion 4.3
 } elseif {[variant_isset gcc45]} {
-    set gccversion 4.4
+    set gccversion 4.5
 } else {
     default_variants +gcc44
-    set gccversion 4.5
+    set gccversion 4.4
 }
 
 set gccnumber [join [split ${gccversion} .] ""]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/54efb80e/attachment-0001.html>


More information about the macports-changes mailing list