diff --git a/lang/mozjs60/Portfile b/lang/mozjs60/Portfile
index 9f1fa79bcd0..0b82021be47 100644
a
|
b
|
if { ${os.platform} eq "darwin" && ${os.major} < 13 } { |
68 | 68 | configure.args-append --disable-xcode-checks |
69 | 69 | } |
70 | 70 | |
| 71 | if { ${os.platform} eq "darwin" && ${os.major} >= 19 } { |
| 72 | # Catalina does not have pkg receipts for xcode |
| 73 | configure.args-append --disable-xcode-checks |
| 74 | } |
| 75 | |
71 | 76 | build.env-append SHELL=/bin/bash |
72 | 77 | build.dir ${worksrcpath}/js/src/obj |
73 | 78 | destroot.dir ${worksrcpath}/js/src/obj |