Ticket #30781: Portfile.diff
File Portfile.diff, 559 bytes (added by carsomyr@…, 13 years ago) |
---|
-
Portfile
old new 94 94 95 95 # hopefully the macosx_deployment_target exists and is set by now. if 96 96 # not, last resort (which is not desirable) is to use the os.version. 97 if {${macosx_deployment_target} == ""} {97 if {${macosx_deployment_target} != ""} { 98 98 set MINOR [lindex [split ${macosx_deployment_target} "."] 1] 99 99 } else { 100 100 set MINOR [expr [lindex [split ${os.version} "."] 0] - 4]