diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-09 18:20:07 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-09 18:20:07 +0000 |
commit | 6aecb2152b8424217c9212265c6cc601787fdc5e (patch) | |
tree | 7f8777715a13e74b560c8b090488b534ee232ae9 /audio/icecast2 | |
parent | c9289eff993f2cd689f8f8e8a26be7d635b4c823 (diff) |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 083cc1ea6bd3..0c639cd79d47 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -19,7 +19,7 @@ COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ shout.5:${PORTSDIR}/audio/libshout2 \ speex.1:${PORTSDIR}/audio/speex \ - theora.2:${PORTSDIR}/multimedia/libtheora \ + theora.0:${PORTSDIR}/multimedia/libtheora \ vorbis.4:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt |