diff options
author | naddy <naddy@FreeBSD.org> | 2012-07-20 04:15:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2012-07-20 04:15:37 +0800 |
commit | c3db8f9750b02e48974982bd8660370d43b6dbe0 (patch) | |
tree | dfdcc45398e5afa60b24a37939251e643224e22f /multimedia/mkvtoolnix | |
parent | edbf6bb176c2ec0597ca4dfbb5307c48f80e7e22 (diff) | |
download | freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.tar.gz freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.tar.zst freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.zip |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index db31851c8c72..d3deefcf7985 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -7,7 +7,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 5.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -21,7 +21,7 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ expat.6:${PORTSDIR}/textproc/expat2 \ lzo2.2:${PORTSDIR}/archivers/lzo2 \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.7:${PORTSDIR}/audio/libogg \ + ogg:${PORTSDIR}/audio/libogg \ boost_regex.4:${PORTSDIR}/devel/boost-libs \ curl.6:${PORTSDIR}/ftp/curl |