diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-28 06:45:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-28 06:45:16 +0800 |
commit | 3532bc6e69801d685a49943907555fc360edb211 (patch) | |
tree | 264d904638c56740b40c18c4050843e8dd6df6a2 /multimedia/cclive | |
parent | 384b75c018aeea8241e2fd0576262c65668a8562 (diff) | |
download | freebsd-ports-gnome-3532bc6e69801d685a49943907555fc360edb211.tar.gz freebsd-ports-gnome-3532bc6e69801d685a49943907555fc360edb211.tar.zst freebsd-ports-gnome-3532bc6e69801d685a49943907555fc360edb211.zip |
- Chase multimedia/quvi shlib bump
PR: 145087
Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 8771732972e5..69f71dac4539 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclive PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE @@ -15,7 +16,7 @@ COMMENT= Lightweight command line video extraction tool LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ - quvi.0:${PORTSDIR}/multimedia/quvi + quvi.1:${PORTSDIR}/multimedia/quvi MAN1= cclive.1 |