Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 20:32:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492074 - head/multimedia/webcamoid
Message-ID:  <201902032032.x13KWWrm099246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Feb  3 20:32:31 2019
New Revision: 492074
URL: https://svnweb.freebsd.org/changeset/ports/492074

Log:
  multimedia/webcamoid: Unbreak, BUILD_DEPENDS was missing 'N'
  
  Thanks, Antoine!
  
  Reported by:	antoine

Modified:
  head/multimedia/webcamoid/Makefile

Modified: head/multimedia/webcamoid/Makefile
==============================================================================
--- head/multimedia/webcamoid/Makefile	Sun Feb  3 20:30:34 2019	(r492073)
+++ head/multimedia/webcamoid/Makefile	Sun Feb  3 20:32:31 2019	(r492074)
@@ -11,9 +11,7 @@ COMMENT=	Full featured webcam suite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to package
-
-BUILD_DEPEDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
+BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libavcodec.so:multimedia/ffmpeg \
 		libjack.so:audio/jack \



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