Ticket #32756: nodejs.diff

File nodejs.diff, 468 bytes (added by ryandesign (Ryan Carsten Schmidt), 12 years ago)

proposed patch

  • Portfile

     
    9595        ${docdir}
    9696}
    9797
    98 if {${os.major} < 10} {
     98if {${os.major} < 9} {
    9999    pre-fetch {
    100         ui_error "${name} ${version} requires Mac OS X 10.6 or greater."
     100        ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
    101101        return -code error "incompatible Mac OS X version"
    102102    }
    103103}