diff options
Diffstat (limited to 'net/cclive/Makefile')
-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 |