summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-07-28 12:27:31 +0000
commit605b51623904901c5be12539309f2345d1751741 (patch)
tree698a951c5110d6765f602f134f00403efbe3a817 /audio/sox
parentAdd p5-Perl6-Export-Attrs, Implements a Perl 5 native version of what the (diff)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 5bb1ad235265..a736918c962e 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sox
PORTVERSION= 13.0.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
@@ -42,7 +43,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(WITH_VORBIS)
CONFIGURE_ARGS+= --with-ogg-vorbis
-LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --without-ogg-vorbis
# Above configure flag does not exist, so workaround with the below line