summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
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 07b58c428a1e..776faa645392 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sox
PORTVERSION= 12.17.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sox
@@ -20,7 +21,7 @@ GNU_CONFIGURE= yes
.if defined(WITH_VORBIS)
CONFIGURE_ARGS+= --with-ogg-vorbisinc=${LOCALBASE}/include \
--with-ogg-vorbislib=${LOCALBASE}/lib
-LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --with-ogg-vorbisinc=no
.endif