Skip to content

Commit

Permalink
icu: use MacPorts python
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Sep 9, 2024
1 parent 4199d8f commit dde7cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/icu/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ if {${subport} eq ${name} || ${subport} eq "${name}-lx"} {
} elseif {${os.platform} eq "darwin" && ${os.major} >= 19} {
configure.python /usr/bin/python3
} else {
configure.python /usr/bin/python
depends_build-append port:python39
configure.python ${prefix}/bin/python3.9
}

if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
Expand Down

0 comments on commit dde7cc7

Please sign in to comment.