Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 04:13:53 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397097 - head/devel/libevdev
Message-ID:  <201509170413.t8H4DrD1075056@repo.freebsd.org>

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



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