Changes between Version 61 and Version 62 of PortfileRecipes


Ignore:
Timestamp:
May 28, 2013, 1:38:03 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

don't use "then" in "if" statements

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v61 v62  
    358358
    359359if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] &&
    360     ![variant_isset gcc46] && ![variant_isset gcc48]
    361 } then {
     360    ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset gcc48]} {
    362361    default_variants +gcc47
    363362}