Ticket #31310: Portfile.stylistic.diff

File Portfile.stylistic.diff, 363 bytes (added by ccorn@…, 13 years ago)

Might be meaningless, but I understand it better this way.

  • Portfile

     
    111113explicitly), one of the +gcc4X variants must be selected.\n"
    112114    }
    113115} else {
    114     variant universal {
     116    if {[variant_isset universal]} {
    115117        patchfiles-append   patch-setup.py.diff
    116118    }
    117119}