diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-16 19:00:51 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-16 19:00:51 +0000 |
commit | 5f26056cb6195ab74a4a5d5ed80475a84353469a (patch) | |
tree | 652580df8293b8546c8aa2cf605866387e6ee065 /multimedia | |
parent | 7197b527aa932bdbf492664c10c394756c46450d (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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 |