New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80261


Ignore:
Timestamp:
07/07/11 18:48:07 (4 years ago)
Author:
snc@…
Message:

arj: does not work on Lion, #30078

File:
1 edited

Legend:

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

    r76066 r80261  
    2323                    rmd160  80f8a1a8cd203f73def8e957d96563a4dba80153 
    2424 
     25pre-fetch { 
     26    if {${os.major} > 10} { 
     27        return -code error "${name} will not build on Lion." 
     28    } 
     29} 
     30 
    2531post-extract { 
    2632    if {[file exists ${prefix}/share/libtool/config/config.guess]} { 
Note: See TracChangeset for help on using the changeset viewer.