Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2020 19:57:08 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538340 - head/graphics/libxatracker
Message-ID:  <202006091957.059Jv89O026681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006091957.059Jv89O026681>