diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-16 17:41:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-16 17:41:49 +0000 |
commit | 702df4f822db6497744472f7ee3e069e013fc915 (patch) | |
tree | 353bb45bad37e8a59d2ed0eb22587f45ae4ce5cd /multimedia/xmms | |
parent | 8cba060b7c89e6910ee7d1f67719063598ef57b0 (diff) | |
download | FreeBSD-ports-702df4f822db6497744472f7ee3e069e013fc915.zip FreeBSD-ports-702df4f822db6497744472f7ee3e069e013fc915.tar.gz |
Update version number of vorbis shared library.
Diffstat (limited to 'multimedia/xmms')
-rw-r--r-- | multimedia/xmms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 46492d1..a19b285 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -46,7 +46,7 @@ PLIST_SUB+= MIKMODPLUGIN:="@comment " .endif .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis INPUT_PLUGINS+= vorbis PLIST_SUB+= VORBISPLUGIN:="" .else |