diff options
-rw-r--r-- | graphics/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index a488a6050ecc..079bed0ae495 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/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 diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index a488a6050ecc..079bed0ae495 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/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 |