svn commit: r538340 - head/graphics/libxatracker

Niclas Zeising zeising at FreeBSD.org
Tue Jun 9 19:57:08 UTC 2020


Author: zeising
Date: Tue Jun  9 19:57:08 2020
New Revision: 538340
URL: https://svnweb.freebsd.org/changeset/ports/538340

Log:
  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.

Modified:
  head/graphics/libxatracker/Makefile

Modified: head/graphics/libxatracker/Makefile
==============================================================================
--- head/graphics/libxatracker/Makefile	Tue Jun  9 19:56:17 2020	(r538339)
+++ head/graphics/libxatracker/Makefile	Tue Jun  9 19:57:08 2020	(r538340)
@@ -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>


More information about the svn-ports-all mailing list