diff options
author | dholland <dholland> | 2010-07-14 02:54:11 +0000 |
---|---|---|
committer | dholland <dholland> | 2010-07-14 02:54:11 +0000 |
commit | e6e6cd07bacd3ea60519cc5a59e1afb6ceeb2d85 (patch) | |
tree | caca739fc985ef7ce02ac7cbf9e9de7613725ab0 /multimedia/xine-v4l | |
parent | ef1c7121d39845961613a2f5a9cade60a1b2cdba (diff) | |
download | pkgsrc-e6e6cd07bacd3ea60519cc5a59e1afb6ceeb2d85.tar.gz |
Not for NetBSD (no v4l v1 support)
Diffstat (limited to 'multimedia/xine-v4l')
-rw-r--r-- | multimedia/xine-v4l/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/xine-v4l/Makefile b/multimedia/xine-v4l/Makefile index 61a178cee67..bc9928fa6de 100644 --- a/multimedia/xine-v4l/Makefile +++ b/multimedia/xine-v4l/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/07/12 01:05:51 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2010/07/14 02:54:11 dholland Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -9,6 +9,9 @@ PKGNAME= ${XINE_PKGNAME:S/lib/v4l/} CATEGORIES= multimedia COMMENT= The v4l input plugin for xine-lib +# NetBSD supports only v4l2, whose plugin is in ../xine-v4l2. +NOT_FOR_PLATFORM= NetBSD-*-* + DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/input |