diff options
Diffstat (limited to 'audio/alsaplayer')
-rw-r--r-- | audio/alsaplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index cc352ff2417a..dcd9b26dd43b 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -137,7 +137,7 @@ PLIST_SUB+= VORBIS="@comment " CONFIGURE_ARGS+= --enable-oggvorbis \ --with-vorbis-prefix=${LOCALBASE} \ --with-ogg-prefix=${LOCALBASE} -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .endif |