svn commit: r397097 - head/devel/libevdev

Jan Beich jbeich at FreeBSD.org
Thu Sep 17 04:13:53 UTC 2015


Author: jbeich
Date: Thu Sep 17 04:13:52 2015
New Revision: 397097
URL: https://svnweb.freebsd.org/changeset/ports/397097

Log:
  devel/libevdev: drop unused pkgconfig build dependency
  
  pkg-config is only needed to detect libcheck used to build tests.
  Running tests requires /dev/uinput which is only implemented by
  evdev(4) from GSoC2014 but not webcamd.

Modified:
  head/devel/libevdev/Makefile   (contents, props changed)

Modified: head/devel/libevdev/Makefile
==============================================================================
--- head/devel/libevdev/Makefile	Thu Sep 17 02:58:01 2015	(r397096)
+++ head/devel/libevdev/Makefile	Thu Sep 17 04:13:52 2015	(r397097)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
 RUN_DEPENDS=	v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
 
-USES=		gmake libtool pathfix pkgconfig python:build tar:xz
+USES=		gmake libtool pathfix python:build tar:xz
 EXTRACT_AFTER_ARGS=	--exclude include # v4l_compat
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_DOXYGEN=""


More information about the svn-ports-head mailing list