Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2019 10:26:49 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490778 - head/multimedia/kdenlive
Message-ID:  <201901201026.x0KAQnjM002224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jan 20 10:26:48 2019
New Revision: 490778
URL: https://svnweb.freebsd.org/changeset/ports/490778

Log:
  multimedia/kdenlive: fix after r490611

Modified:
  head/multimedia/kdenlive/Makefile

Modified: head/multimedia/kdenlive/Makefile
==============================================================================
--- head/multimedia/kdenlive/Makefile	Sun Jan 20 09:30:32 2019	(r490777)
+++ head/multimedia/kdenlive/Makefile	Sun Jan 20 10:26:48 2019	(r490778)
@@ -11,7 +11,8 @@ COMMENT=	KDE professional quality non-linear video edi
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libmlt.so:multimedia/mlt
-BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
+BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
+		${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 RUN_DEPENDS=	ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \
 		${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt5
 



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