svn commit: r326052 - head/multimedia/webcamd

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 18:22:06 UTC 2013


Author: antoine
Date: Mon Sep  2 18:22:05 2013
New Revision: 326052
URL: http://svnweb.freebsd.org/changeset/ports/326052

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/multimedia/webcamd/Makefile

Modified: head/multimedia/webcamd/Makefile
==============================================================================
--- head/multimedia/webcamd/Makefile	Mon Sep  2 18:18:26 2013	(r326051)
+++ head/multimedia/webcamd/Makefile	Mon Sep  2 18:22:05 2013	(r326052)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	v4l1.0:${PORTSDIR}/multimed
 
 LICENSE=	GPLv2
 
+USES=		pkgconfig
 USE_RC_SUBR=	webcamd
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list