diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-20 10:26:48 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-20 10:26:48 +0000 |
commit | 29a62b93c1916c11a4c4553d8320384ce9856f55 (patch) | |
tree | 127952dd877d8bf1b75f921e0f9d8fe9978adc2c | |
parent | - Add LICENSE_FILE (diff) |
multimedia/kdenlive: fix after r490611
-rw-r--r-- | multimedia/kdenlive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 55a97437f14e..a1341aa113d0 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -11,7 +11,8 @@ COMMENT= KDE professional quality non-linear video editing suite 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 |