diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-08 12:55:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-08 12:55:22 +0000 |
commit | fd1a111b1f1e97498336843938f8c141750eec2c (patch) | |
tree | a9aaaf4c884ee502e8b0346c965ad98b281510e0 /net/cclive | |
parent | bcdc0ef3f78803b98bf64d34a206b4b5a7070662 (diff) | |
download | pkgsrc-fd1a111b1f1e97498336843938f8c141750eec2c.tar.gz |
Add missing dependency on libquvi-scripts. Bump PKGREVISION.
Diffstat (limited to 'net/cclive')
-rw-r--r-- | net/cclive/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/cclive/Makefile b/net/cclive/Makefile index 09b2dcd840d..34834138924 100644 --- a/net/cclive/Makefile +++ b/net/cclive/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/09/30 21:09:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/10/08 12:55:22 wiz Exp $ DISTNAME= cclive-0.7.16 +PKGREVISION= 1 CATEGORIES= net multimedia www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cclive/} EXTRACT_SUFX= .tar.xz @@ -10,6 +11,8 @@ HOMEPAGE= http://cclive.sourceforge.net/ COMMENT= Command line video extraction tool for user-uploaded video hosts LICENSE= gnu-gpl-v3 +DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts + USE_LANGUAGES= c++ c USE_TOOLS+= pkg-config GNU_CONFIGURE= yes |