diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
commit | e7690885fd83ccaab97ab6d71c490c0b06763654 (patch) | |
tree | 6c4a81c4465b2041467d46474fc4a5cdf2cf8da7 /audio/zinf | |
parent | Welcome to the long-awaited release of Ogg Vorbis 1.0! (diff) |
Ogg Vorbis 1.0 library major version bumps.
Notes
Notes:
svn path=/head/; revision=63275
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index bb277f8b34af..06640cd2589c 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeamp PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.freeamp.org/download/src/ @@ -53,7 +53,7 @@ PLIST_SUB+= LIBARTS="@comment " .endif .if !defined(WITHOUT_VORBIS) || defined(WITH_ALL_PLUGINS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --disable-vorbis |