diff options
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 2 |
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 |