diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-17 03:00:51 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-17 03:00:51 +0800 |
commit | b0300b9394f3514883a1c07468aeb2dc6d5c6ef7 (patch) | |
tree | 5a167ce02d9b471557315e4fb5c80f0b40309bba | |
parent | 45dbd1b10c9c3bc129238d99730f4ba13b1eea52 (diff) | |
download | freebsd-ports-gnome-b0300b9394f3514883a1c07468aeb2dc6d5c6ef7.tar.gz freebsd-ports-gnome-b0300b9394f3514883a1c07468aeb2dc6d5c6ef7.tar.zst freebsd-ports-gnome-b0300b9394f3514883a1c07468aeb2dc6d5c6ef7.zip |
Bump libvorbis version number.
-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 |