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/ices | |
parent | Update to version 0.73 (diff) |
Update libshout2 to 2.1 and chase library revision bump.
Notes
Notes:
svn path=/head/; revision=132387
Diffstat (limited to 'audio/ices')
-rw-r--r-- | audio/ices/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 6917c0ebc06f..77e24b4be34a 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -7,13 +7,14 @@ PORTNAME= ices PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ MAINTAINER= lofi@freebsd.org COMMENT= A streaming source client for icecast 2 -LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \ +LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 |