Ticket #13921: Portfile-hugs98.diff
File Portfile-hugs98.diff, 459 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
21 21 22 22 depends_lib port:readline 23 23 24 platform darwin 6 { ui_msg "Hugs is not supported on Jaguar (10.2.x). Sorry." 25 exit 0 26 } 24 platform darwin 6 { 25 pre-fetch { 26 return -code error "Hugs is not supported on Jaguar (10.2.x). Sorry." 27 } 28 } 27 29 28 30 platform darwin 8 { configure.compiler gcc-4.0 } 29 31