aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-06-09 19:57:08 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-06-09 19:57:08 +0000
commitfe90ab7b7737b23de8475541f4ab338355772baf (patch)
tree22bb22973df4328891d785332df1b33d18afbefb /graphics
parenta568c2781c1125e6216bed0f18d7c4d3a52698e1 (diff)
downloadports-fe90ab7b7737b23de8475541f4ab338355772baf.tar.gz
ports-fe90ab7b7737b23de8475541f4ab338355772baf.zip
libxatracker: remove local dep on meson
The meson dependency in libxatracker is already included from mesa-dri/Makefile.common, no need to add it to USES= here as well.
Notes
Notes: svn path=/head/; revision=538340
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libxatracker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libxatracker/Makefile b/graphics/libxatracker/Makefile
index a75137e76720..2f281c927921 100644
--- a/graphics/libxatracker/Makefile
+++ b/graphics/libxatracker/Makefile
@@ -3,12 +3,12 @@
PORTNAME= libxatracker
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
COMMENT= Mesa XA state tracker
-USES= xorg meson
+USES= xorg
USE_XORG= xorgproto
.include <bsd.port.options.mk>