diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
commit | c65892996765bb99500d4c50b5e409b69317b978 (patch) | |
tree | dee07b2e00944aac36439781f32962627c6be9d8 /multimedia/mkvtoolnix | |
parent | e8c58c6b92471d63cf0285641edd76878833b892 (diff) | |
download | ports-c65892996765bb99500d4c50b5e409b69317b978.tar.gz ports-c65892996765bb99500d4c50b5e409b69317b978.zip |
Notes
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 65b27afab637..74dbceed9bf4 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -7,7 +7,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/old/ @@ -17,7 +17,7 @@ COMMENT= Tools to extract from/get info about/create Matroska media streams BUILD_DEPENDS= ${LOCALBASE}/lib/libmatroska.a:${PORTSDIR}/multimedia/libmatroska \ ${LOCALBASE}/lib/libebml.a:${PORTSDIR}/textproc/libebml -LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ +LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ expat.5:${PORTSDIR}/textproc/expat2 \ vorbis.3:${PORTSDIR}/audio/libvorbis |