1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

graphics/libxatracker: Fix typo MESA vs MESON

Reported by:	tobik
This commit is contained in:
Emmanuel Vadot 2020-07-01 16:13:53 +00:00
parent a2c68e9a2e
commit 1518c598a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540975

View File

@ -37,7 +37,7 @@ MESON_ARGS+= -Ddri-drivers="" \
LDFLAGS_i386= -Wl,-znotext
MESA_ARGS+= -Dgallium-xa=true
MESON_ARGS+= -Dgallium-xa=true
.include "${MASTERDIR}/Makefile.targets"
.include <bsd.port.post.mk>