dia: use MacPorts’ Python on Catalina

This commit is contained in:
Dave Allured
2026-06-29 07:41:11 -06:00
committed by GitHub
parent b964372b47
commit a9d42589b3
+1 -1
View File
@@ -54,7 +54,7 @@ depends_lib port:desktop-file-utils \
patchfiles meson.build.patch
if {${os.platform} eq "darwin" && ${os.major} < 19} {
if {${os.platform} eq "darwin" && ${os.major} < 20} {
set py_vers 3.14
configure.python ${prefix}/bin/python${py_vers}
depends_run-append port:python[string map {. {}} ${py_vers}]