summaryrefslogtreecommitdiff
path: root/audio/audacity
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/audacity
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/audacity')
-rw-r--r--audio/audacity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 7cabfaf41f18..5937bdef328a 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -6,6 +6,7 @@
PORTNAME= audacity
PORTVERSION= 0.98
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,7 +35,7 @@ CONFIGURE_ARGS+= --with-arts-soundserver=yes
.if !defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --with-vorbis
-LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
pre-everything:
@${ECHO_MSG} "You can disable support for vorbis by defining WITHOUT_VORBIS.MSG."