diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
commit | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (patch) | |
tree | 38cbfc09931e59714b498a427ca50b5ab0d388d4 /audio/flac | |
parent | Update ports: japanese/yc.el (diff) |
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
Notes
Notes:
svn path=/head/; revision=96268
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 |