diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-09-16 10:36:31 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-09-16 10:36:31 +0000 |
commit | e6f79f14c1e7d07fd93129992ef558bb6fc46f5a (patch) | |
tree | 21d7bacc43d8f9074fa45a8be7ebc3fe77311326 /graphics/cheese | |
parent | 8866a8360ef650088b4ea2467dc9348f93bef0d6 (diff) | |
download | pkgsrc-e6f79f14c1e7d07fd93129992ef558bb6fc46f5a.tar.gz |
Pull in gst-plugins0.10-v4l2
Diffstat (limited to 'graphics/cheese')
-rw-r--r-- | graphics/cheese/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cheese/Makefile b/graphics/cheese/Makefile index 019486fe145..b28719c8939 100644 --- a/graphics/cheese/Makefile +++ b/graphics/cheese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/09/14 13:25:07 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/16 10:36:31 jmcneill Exp $ DISTNAME= cheese-2.22.3 CATEGORIES= graphics @@ -38,6 +38,7 @@ pre-configure: DEPENDS+= gst-plugins0.10-theora>=0.10.1:../../multimedia/gst-plugins0.10-theora DEPENDS+= gst-plugins0.10-ogg>=0.10.1:../../multimedia/gst-plugins0.10-ogg DEPENDS+= gst-plugins0.10-vorbis>=0.10.1:../../audio/gst-plugins0.10-vorbis +DEPENDS+= gst-plugins0.10-v4l2>=0.10.10:../../multimedia/gst-plugins0.10-v4l2 .include "../../multimedia/gstreamer0.10/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" |