diff options
author | wiz <wiz> | 2011-11-12 17:24:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-11-12 17:24:42 +0000 |
commit | 53eef041895313a2c9dad039eb3e2298e98f5c73 (patch) | |
tree | 2495b722c8a57125f152e96a36f19413c1064e77 /net/clive | |
parent | cf2471a36ec396df86bf01cc4cdf5a534482399e (diff) | |
download | pkgsrc-53eef041895313a2c9dad039eb3e2298e98f5c73.tar.gz |
Depend on libquvi-scripts, since it needs them; bump quvi dependency so it is
not older than the split. Bump PKGREVISION.
Diffstat (limited to 'net/clive')
-rw-r--r-- | net/clive/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile index 4d9db7ba3ab..9ec5edb83dd 100644 --- a/net/clive/Makefile +++ b/net/clive/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2011/10/22 18:07:19 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2011/11/12 17:24:42 wiz Exp $ # DISTNAME= clive-2.3.1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net multimedia www MASTER_SITES= http://clive.googlecode.com/files/ @@ -11,7 +11,8 @@ HOMEPAGE= http://clive.sourceforge.net/ COMMENT= Command line video extraction tool for user-uploaded video hosts LICENSE= gnu-gpl-v3 -DEPENDS+= quvi>=0.2.17:../../net/quvi +DEPENDS+= quvi>=0.4.0:../../net/quvi +DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts DEPENDS+= curl-[0-9]*:../../www/curl DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile |