diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
commit | 26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch) | |
tree | 5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /audio/icecast2 | |
parent | 0f28824a015ef202713615ac0e4f0947c451f48b (diff) | |
download | ports-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.gz ports-26a0087e1eae735cc4087f82bd23ea56b71909e4.zip |
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 1728ed7410c1..3af4277d19cb 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -18,7 +18,7 @@ COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ shout.5:${PORTSDIR}/audio/libshout2 \ - speex.3:${PORTSDIR}/audio/speex \ + speex.1:${PORTSDIR}/audio/speex \ theora.2:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt |