diff options
author | kent <kent@pkgsrc.org> | 2002-06-23 15:15:32 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-06-23 15:15:32 +0000 |
commit | d7351c546345f61fe60224813d61a41db7738350 (patch) | |
tree | 6d8467fdb9a54dad9662fca746852e2d066e59cb /graphics/vid/Makefile | |
parent | 70a8ccb2798aecc255337e94005e881acf3cae5a (diff) | |
download | pkgsrc-d7351c546345f61fe60224813d61a41db7738350.tar.gz |
Make this compile with recent usb.h. KONISHI Katsuhiro created the patch.
Add OV511+ support by a patch of FreeBSD port.
Increment PKGREVISION.
This change closes pkg/17356.
Diffstat (limited to 'graphics/vid/Makefile')
-rw-r--r-- | graphics/vid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index b2f1e0622bc..b86b8841209 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/03/13 17:37:18 fredb Exp $ +# $NetBSD: Makefile,v 1.3 2002/06/23 15:15:32 kent Exp $ # DISTNAME= vid-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://members.home.com/housel/ |