1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

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.
This commit is contained in:
Niclas Zeising 2020-06-09 19:57:08 +00:00
parent a568c2781c
commit fe90ab7b77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538340

View File

@ -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>