From 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 28 Jul 2007 12:27:31 +0000 Subject: - Chase increase of audio/libvorbis shlib version. - Bump PORTREVISION --- audio/sox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/sox') 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 -- cgit