diff options
author | markd <markd@pkgsrc.org> | 2016-09-07 23:31:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-09-07 23:31:40 +0000 |
commit | acb12b41c525e2ab57bac074ab10f11352167205 (patch) | |
tree | b6f5dc1b9887f7a0561529a910c4ddb1d13ef050 /multimedia | |
parent | 36d9765a4586e0d45d9166ab4604b23da7e3c4d4 (diff) | |
download | pkgsrc-acb12b41c525e2ab57bac074ab10f11352167205.tar.gz |
How to disable looking for libv4l2 changed.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kdenlive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index a6cc9314cf3..3171ae80ca7 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/07/09 06:38:39 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/09/07 23:31:40 markd Exp $ DISTNAME= kdenlive-0.9.10 PKGREVISION= 1 @@ -22,7 +22,7 @@ USE_CMAKE= yes USE_LANGUAGES= c c++ USE_TOOLS+= msgfmt perl pkg-config -CMAKE_ARGS+= -DWITH_V4L=OFF +CMAKE_ARGS+= -DWITH_LibV4L2=OFF post-install: ${RM} ${DESTDIR}${PREFIX}/share/icons/oxygen/*/mimetypes/application-x-kdenlivetitle.png |