Ticket #30781: Portfile.diff

File Portfile.diff, 559 bytes (added by carsomyr@…, 13 years ago)

The Portfile patch.

  • Portfile

    old new  
    9494
    9595# hopefully the macosx_deployment_target exists and is set by now.  if
    9696# not, last resort (which is not desirable) is to use the os.version.
    97 if {${macosx_deployment_target} == ""} {
     97if {${macosx_deployment_target} != ""} {
    9898    set MINOR [lindex [split ${macosx_deployment_target} "."] 1]
    9999} else {
    100100    set MINOR [expr [lindex [split ${os.version} "."] 0] - 4]