New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81011


Ignore:
Timestamp:
07/22/11 19:27:30 (4 years ago)
Author:
takeshi@…
Message:

g95: fixed os.major for Lion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/g95/Portfile

    r80923 r81011  
    2020                http://ftp.g95.org/v${version}/:g95 
    2121 
    22 if {(${os.platform} == "darwin" && ${os.major} == 10)||${build_arch}=="ppc64"||${build_arch}=="x86_64"} { 
     22if {(${os.platform} == "darwin" && ${os.major} >= 10)||${build_arch}=="ppc64"||${build_arch}=="x86_64"} { 
    2323    default_variants +gcc42 
    2424    pre-fetch { 
Note: See TracChangeset for help on using the changeset viewer.