svn commit: r514760 - head/devel/libevdev

Tobias Kortkamp tobik at FreeBSD.org
Sat Oct 19 06:53:14 UTC 2019


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


More information about the svn-ports-head mailing list