aboutsummaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
commit89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch)
tree765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/sox
parent4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff)
downloadports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.gz
ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.zip
Catch up with libogg/libvorbis version bump.
Notes
Notes: svn path=/head/; revision=96269
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index f3a1dead6da0..0936d55e2a59 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
.if defined(WITH_VORBIS)
CONFIGURE_ARGS+= --enable-ogg-vorbis
-LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --disable-ogg-vorbis
.endif