[93792] trunk/dports/math/qrupdate/Portfile

and.damore at macports.org and.damore at macports.org
Thu May 31 02:18:09 PDT 2012


Revision: 93792
          https://trac.macports.org/changeset/93792
Author:   and.damore at macports.org
Date:     2012-05-31 02:18:09 -0700 (Thu, 31 May 2012)
Log Message:
-----------
port qrupdate: fixing condition for setting default variant

Modified Paths:
--------------
    trunk/dports/math/qrupdate/Portfile

Modified: trunk/dports/math/qrupdate/Portfile
===================================================================
--- trunk/dports/math/qrupdate/Portfile	2012-05-31 07:36:26 UTC (rev 93791)
+++ trunk/dports/math/qrupdate/Portfile	2012-05-31 09:18:09 UTC (rev 93792)
@@ -115,7 +115,7 @@
     }
 }
 
-if {![variant_isset gcc45] && ![variant_isset gcc47] \
+if {![variant_isset gcc46] && ![variant_isset gcc47] \
         && ![variant_isset g95]} {
     default_variants +gcc45
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120531/6059818d/attachment-0001.html>


More information about the macports-changes mailing list