diff options
author | sf <sf@FreeBSD.org> | 2001-03-01 17:36:46 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-01 17:36:46 +0800 |
commit | dbb6c8e6eed8388d3c83ebf9f3affcac6ebccbcb (patch) | |
tree | c69dfe989fdc471a2241df82a57758e6429f9d7a /audio/vorbis | |
parent | 1b0b41de0edfe9faf3117aead0050a39b7e7fc87 (diff) | |
download | freebsd-ports-gnome-dbb6c8e6eed8388d3c83ebf9f3affcac6ebccbcb.tar.gz freebsd-ports-gnome-dbb6c8e6eed8388d3c83ebf9f3affcac6ebccbcb.tar.zst freebsd-ports-gnome-dbb6c8e6eed8388d3c83ebf9f3affcac6ebccbcb.zip |
update to 1.0 beta4.
PR: 25416
Submitted by: maintainer
Diffstat (limited to 'audio/vorbis')
-rw-r--r-- | audio/vorbis/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index 7df2081b8f68..b662ce73b329 100644 --- a/audio/vorbis/Makefile +++ b/audio/vorbis/Makefile @@ -6,7 +6,8 @@ # PORTNAME= vorbis -PORTVERSION= 20001018 +PORTVERSION= 1.0b4 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= # empty DISTFILES= # none @@ -14,8 +15,8 @@ EXTRACT_ONLY= # empty MAINTAINER= t.vanklaveren@student.utwente.nl -LIB_DEPENDS= ao.0:${PORTSDIR}/audio/libao \ - ogg.0:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \ + ogg.1:${PORTSDIR}/audio/libogg \ vorbis.0:${PORTSDIR}/audio/libvorbis RUN_DEPENDS= ${X11BASE}/lib/xmms/Input/libvorbis.so:${PORTSDIR}/audio/vorbis-xmms \ ogg123:${PORTSDIR}/audio/vorbis-tools |