Changeset 97877


Ignore:
Timestamp:
Sep 18, 2012, 2:45:44 PM (12 years ago)
Author:
snc@…
Message:

lilypond: master-site magically updated to include Lion support, #36195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/lilypond/Portfile

    r97436 r97877  
    5151    }
    5252
    53     if {${os.major} > 10} {
    54         # 10.7 is not supported (likely due to compiler)
    55         ui_error "${name} requires Leopard or Snow Leopard"
     53    if {${os.major} > 11} {
     54        # 10.8 is not supported (likely due to compiler)
     55        ui_error "${name} requires Leopard, Snow Leopard or Lion"
    5656        return -code error "unsupported OS X version"
    5757    }
Note: See TracChangeset for help on using the changeset viewer.