diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
commit | d153f2a24ca263681e2672bf7ccabd3d15d74688 (patch) | |
tree | 7cd1c56918f5050ece343219b23ca3a6cb894835 /audio/icecast2 | |
parent | 7a34508c42a3e20713377e8b8174e68d4d67f260 (diff) | |
download | ports-d153f2a24ca263681e2672bf7ccabd3d15d74688.tar.gz ports-d153f2a24ca263681e2672bf7ccabd3d15d74688.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 9f522fed48e6..3a597b5b987d 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,6 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -16,9 +17,9 @@ MAINTAINER= lofi@freebsd.org COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - shout.4:${PORTSDIR}/audio/libshout2 \ - theora.1:${PORTSDIR}/multimedia/libtheora \ + shout.5:${PORTSDIR}/audio/libshout2 \ speex.3:${PORTSDIR}/audio/speex \ + theora.1:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt |