diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-20 23:22:56 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-20 23:22:56 +0800 |
commit | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (patch) | |
tree | 9fc35cfd2300e0634911be6bd305b45f28a85660 /audio/flac | |
parent | edb5c1fbe85a979551e5e51384a9ff8f7435ab16 (diff) | |
download | freebsd-ports-gnome-e64af3bd9c6ee7bef0ac283907ab153e12eeb660.tar.gz freebsd-ports-gnome-e64af3bd9c6ee7bef0ac283907ab153e12eeb660.tar.zst freebsd-ports-gnome-e64af3bd9c6ee7bef0ac283907ab153e12eeb660.zip |
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 046f3f66a691..77d5f808430b 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -7,7 +7,7 @@ PORTNAME= flac PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - ogg.4:${PORTSDIR}/audio/libogg + ogg.5:${PORTSDIR}/audio/libogg .if ${MACHINE_ARCH} == "i386" BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |