Ticket #14931: Portfile.diff

File Portfile.diff, 418 bytes (added by simon@…, 16 years ago)
  • Portfile

    old new  
    6565
    6666build.target
    6767
     68platform darwin 9 {
     69        pre-fetch {
     70                throw UNSUPPORTED "wxWidgets26 is unsupported on Leopard (OS X 10.5.x)"
     71        }
     72}
     73
    6874post-build {
    6975                system "cd ${build.dir} && make -C contrib/src/animate"
    7076                system "cd ${build.dir} && make -C contrib/src/gizmos"