New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80263


Ignore:
Timestamp:
07/07/11 20:42:17 (4 years ago)
Author:
ryandesign@…
Message:

arj: revise message to only print on darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/arj/Portfile

    r80261 r80263  
    2323                    rmd160  80f8a1a8cd203f73def8e957d96563a4dba80153 
    2424 
    25 pre-fetch { 
    26     if {${os.major} > 10} { 
    27         return -code error "${name} will not build on Lion." 
     25platform darwin { 
     26    pre-fetch { 
     27        if {${os.major} > 10} { 
     28            ui_error "${name} will only build on Mac OS X 10.6 Snow Leopard or earlier" 
     29            return -code error "incompatible Mac OS X version" 
     30        } 
    2831    } 
    2932} 
Note: See TracChangeset for help on using the changeset viewer.