diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-08 00:04:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-08 00:04:19 +0800 |
commit | 0543083841a445af1702f456e6fedeed1d1d9abc (patch) | |
tree | 4841d1a0a6662f6363299e98860fbca0585bc61b /multimedia/cclive | |
parent | 9ece0117c9b3ae8695fef10a1bda3a03f39f2ee3 (diff) | |
download | freebsd-ports-gnome-0543083841a445af1702f456e6fedeed1d1d9abc.tar.gz freebsd-ports-gnome-0543083841a445af1702f456e6fedeed1d1d9abc.tar.zst freebsd-ports-gnome-0543083841a445af1702f456e6fedeed1d1d9abc.zip |
- Change dependency from multimedia/quvi to multimedia/libquvi
- Bump PORTREVISION for multimedia/libquvi shlib change
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 |