diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-01 17:36:46 +0800 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-01 17:36:46 +0800 |
commit | e9f79f282175e8966d29dbc3934f4f140c49e496 (patch) | |
tree | 7d44401633330166b0c3f7f6722cf4b8a1f37174 /audio | |
parent | a5161478f26c3f5f1b0c2febc90abebdfe88d290 (diff) | |
download | freebsd-ports-gnome-e9f79f282175e8966d29dbc3934f4f140c49e496.tar.gz freebsd-ports-gnome-e9f79f282175e8966d29dbc3934f4f140c49e496.tar.zst freebsd-ports-gnome-e9f79f282175e8966d29dbc3934f4f140c49e496.zip |
update to 1.0 beta4.
PR: 25416
Submitted by: maintainer
Diffstat (limited to 'audio')
-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 |