svn commit: r490778 - head/multimedia/kdenlive

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 20 10:26:50 UTC 2019


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
 


More information about the svn-ports-all mailing list