Ticket #13921: Portfile-hugs98.diff

File Portfile-hugs98.diff, 459 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)
  • Portfile

     
    2121
    2222depends_lib     port:readline
    2323
    24 platform darwin 6 { ui_msg "Hugs is not supported on Jaguar (10.2.x). Sorry."
    25                     exit 0
    26                 }
     24platform darwin 6 {
     25        pre-fetch {
     26                return -code error "Hugs is not supported on Jaguar (10.2.x). Sorry."
     27        }
     28}
    2729
    2830platform darwin 8 { configure.compiler gcc-4.0 }
    2931