[101813] trunk/dports/python/py-milk/Portfile

stromnov at macports.org stromnov at macports.org
Sun Jan 20 04:29:52 PST 2013


Revision: 101813
          https://trac.macports.org/changeset/101813
Author:   stromnov at macports.org
Date:     2013-01-20 04:29:52 -0800 (Sun, 20 Jan 2013)
Log Message:
-----------
py-milk: use proper default gcc compiler

Modified Paths:
--------------
    trunk/dports/python/py-milk/Portfile

Modified: trunk/dports/python/py-milk/Portfile
===================================================================
--- trunk/dports/python/py-milk/Portfile	2013-01-20 11:58:46 UTC (rev 101812)
+++ trunk/dports/python/py-milk/Portfile	2013-01-20 12:29:52 UTC (rev 101813)
@@ -6,7 +6,7 @@
 
 name                py-milk
 version             0.5.1
-revision            0
+revision            1
 categories          python science
 license             MIT
 platforms           darwin
@@ -47,7 +47,7 @@
     }
 
     if {![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
-        default_variants +gcc47
+        default_variants +gcc45
     }
 
     if {[variant_isset gcc45] || [variant_isset gcc46] || [variant_isset gcc47]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130120/26bcfceb/attachment.html>


More information about the macports-changes mailing list