diff --git a/src/port1.0/portmain.tcl b/src/port1.0/portmain.tcl
index 80d27943..df41f183 100644
a
|
b
|
set egid [getegid] |
164 | 164 | default worksymlink {[file normalize [file join $portpath work]]} |
165 | 165 | default distpath {[file normalize [file join $portdbpath distfiles ${dist_subdir}]]} |
166 | 166 | |
167 | | default use_xcode {[expr {[option build.type] eq "xcode" || ![file exists /usr/lib/libxcselect.dylib] || ![file executable /Library/Developer/CommandLineTools/usr/bin/make]}]} |
| 167 | default use_xcode {[expr {[option build.type] eq "xcode" || !([file exists /usr/lib/libxcselect.dylib] || [option os.major] >= 20) || ![file executable /Library/Developer/CommandLineTools/usr/bin/make]}]} |
168 | 168 | |
169 | 169 | proc portmain::main {args} { |
170 | 170 | return 0 |