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/audacity-devel | |
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/audacity-devel')
-rw-r--r-- | audio/audacity-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index 7cabfaf41f18..5937bdef328a 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/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." |