Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 06:53:13 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514760 - head/devel/libevdev
Message-ID:  <201910190653.x9J6rD0T046608@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Oct 19 06:53:13 2019
New Revision: 514760
URL: https://svnweb.freebsd.org/changeset/ports/514760

Log:
  devel/libevdev: Drop unhooked TEST_USES helper
  
  USES=pkgconfig is always in USES anyway.

Modified:
  head/devel/libevdev/Makefile

Modified: head/devel/libevdev/Makefile
==============================================================================
--- head/devel/libevdev/Makefile	Sat Oct 19 06:50:30 2019	(r514759)
+++ head/devel/libevdev/Makefile	Sat Oct 19 06:53:13 2019	(r514760)
@@ -24,7 +24,6 @@ USE_LDCONFIG=	yes
 
 # Test requires /dev/uinput and should be run as root
 .if exists(/dev/uinput)
-TEST_USES+=	pkgconfig
 TEST_DEPENDS=	checkmk:devel/check
 TEST_TARGET=	check
 TEST_WRKSRC=	${WRKSRC}/test



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