diff options
Diffstat (limited to 'graphics/mplayer/Makefile')
-rw-r--r-- | graphics/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index a488a6050ecc..079bed0ae495 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -58,7 +58,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis .endif # "enable" build for other archs |