diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-07 16:04:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-07 16:04:19 +0000 |
commit | c368193828acd6c42d7786586d6e3128a966fd22 (patch) | |
tree | a2ce3cb41c9eeea3c744cf65a605dfacf9c8e1a0 /multimedia/cclive | |
parent | 6845fef87fa9d4c505d0fc270a5e4b2209eff694 (diff) | |
download | ports-c368193828acd6c42d7786586d6e3128a966fd22.tar.gz ports-c368193828acd6c42d7786586d6e3128a966fd22.zip |
Notes
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 0130e3f52397..54dc4eb5d610 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclive PORTVERSION= 0.7.5.1 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/0.7 \ GOOGLE_CODE @@ -17,7 +18,7 @@ COMMENT= Lightweight command line video extraction tool LIB_DEPENDS= boost_system.4:${PORTSDIR}/devel/boost-libs \ curl.6:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ - quvi.6:${PORTSDIR}/multimedia/quvi + quvi.7:${PORTSDIR}/multimedia/libquvi MAN1= cclive.1 PLIST_FILES= bin/cclive |