diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
commit | f5b25a48e4594e0e0807e6e0151b0d99a74579bb (patch) | |
tree | eb5a24710157005772778b61e61f4012f9502492 /audio/audacity-devel | |
parent | 9d7bc0c1c70eb3d07c121855c0bfa7232d41a13a (diff) | |
download | FreeBSD-ports-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.zip FreeBSD-ports-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.gz |
Ogg Vorbis 1.0 library major version bumps.
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 7cabfaf..5937bde 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." |