Ticket #15525: Portfile-Pallet.diff

File Portfile-Pallet.diff, 322 bytes (added by adioso@…, 16 years ago)
  • Portfile

    old new  
    2727xcode.configuration     Release
    2828
    2929depends_lib-append      port:MacPorts_Framework
     30
     31# If the system is 10.5
     32if {${os.major} == 9} {
     33    patchfiles-append      patch-Pallet.xcodeproj-project.pbxproj
     34}