Ticket #14931: Portfile.diff
File Portfile.diff, 418 bytes (added by simon@…, 17 years ago) |
---|
-
Portfile
old new 65 65 66 66 build.target 67 67 68 platform darwin 9 { 69 pre-fetch { 70 throw UNSUPPORTED "wxWidgets26 is unsupported on Leopard (OS X 10.5.x)" 71 } 72 } 73 68 74 post-build { 69 75 system "cd ${build.dir} && make -C contrib/src/animate" 70 76 system "cd ${build.dir} && make -C contrib/src/gizmos"