summaryrefslogtreecommitdiff
path: root/audio/mp3stat
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-20 15:32:43 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-20 15:32:43 +0000
commite7690885fd83ccaab97ab6d71c490c0b06763654 (patch)
tree6c4a81c4465b2041467d46474fc4a5cdf2cf8da7 /audio/mp3stat
parentWelcome 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/mp3stat')
-rw-r--r--audio/mp3stat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile
index 18f42ad48d47..d8c2f78174df 100644
--- a/audio/mp3stat/Makefile
+++ b/audio/mp3stat/Makefile
@@ -8,6 +8,7 @@
PORTNAME= mp3stat
PORTVERSION= 2.5.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://safemode.homeip.net/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -21,7 +22,7 @@ USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
.if defined(WITH_VORBIS)
-LIB_DEPENDS= vorbis.1:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
MAKE_ENV+= WITH_VORBIS="${WITH_VORBIS}"
pre-everything::