Skip to content

Commit

Permalink
mesa: Add missing build dep
Browse files Browse the repository at this point in the history
Mesa uses python-packaging to check whether mako is installed, and fails
to find mako if packaging isn't available (e.g., in trace mode).

No revbump, since it either builds correctly, or not at all.
  • Loading branch information
neverpanic committed Jan 14, 2025
1 parent 1acb07a commit 57061d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x11/mesa/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ depends_build-append path:bin/pkg-config:pkgconfig \
port:bison \
port:python${py_ver_nodot} \
port:py${py_ver_nodot}-mako \
port:py${py_ver_nodot}-packaging \
port:py${py_ver_nodot}-yaml \
port:xorg-xorgproto

Expand Down

0 comments on commit 57061d4

Please sign in to comment.