diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-03 23:02:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-03 23:02:54 +0000 |
commit | e83412c8f0b84b22ddb3e38e7697fd8943ba7762 (patch) | |
tree | 66c092f74fe3e78fee55f92b88dc50d0ee68065a /audio/icecast2 | |
parent | 46b9be824fe461c457759eb8fa6d7acd6b4cf536 (diff) | |
download | ports-e83412c8f0b84b22ddb3e38e7697fd8943ba7762.tar.gz ports-e83412c8f0b84b22ddb3e38e7697fd8943ba7762.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index b88225a4e76a..28eb2ab06a1c 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,6 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -16,7 +17,7 @@ MAINTAINER= lofi@freebsd.org COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - shout.3:${PORTSDIR}/audio/libshout2 \ + shout.4:${PORTSDIR}/audio/libshout2 \ theora.1:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt |