aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-07-01 16:13:53 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-07-01 16:13:53 +0000
commit1518c598a6fd8d52b2d2a0558ef02b6f9d669625 (patch)
tree1d2d21d2227a75bac7bc7b2b57273eac5426dbef /graphics
parenta2c68e9a2ee57cd600b9627fe492f5ca27a2a23f (diff)
downloadports-1518c598a6fd8d52b2d2a0558ef02b6f9d669625.tar.gz
ports-1518c598a6fd8d52b2d2a0558ef02b6f9d669625.zip
graphics/libxatracker: Fix typo MESA vs MESON
Reported by: tobik
Notes
Notes: svn path=/head/; revision=540975
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libxatracker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libxatracker/Makefile b/graphics/libxatracker/Makefile
index 9ba950bcaec8..99ac90b17489 100644
--- a/graphics/libxatracker/Makefile
+++ b/graphics/libxatracker/Makefile
@@ -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>