diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-04 07:02:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-04 07:02:54 +0800 |
commit | ea3b534fd0c0460e15b3b87f82f159654f96f3df (patch) | |
tree | bed028d2262b40dcae4290e962bc37c494190241 /audio/ices0 | |
parent | ccfaaba5269a2b1522a8162b50071197e019e627 (diff) | |
download | freebsd-ports-gnome-ea3b534fd0c0460e15b3b87f82f159654f96f3df.tar.gz freebsd-ports-gnome-ea3b534fd0c0460e15b3b87f82f159654f96f3df.tar.zst freebsd-ports-gnome-ea3b534fd0c0460e15b3b87f82f159654f96f3df.zip |
Update libshout2 to 2.1 and chase library revision bump.
Diffstat (limited to 'audio/ices0')
-rw-r--r-- | audio/ices0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index 2dca4a358414..728b270a26ca 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -7,7 +7,7 @@ PORTNAME= ices PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ @@ -17,7 +17,7 @@ COMMENT= A streaming source client for icecast 2 LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ faad:${PORTSDIR}/audio/faad \ mp3lame:${PORTSDIR}/audio/lame \ - shout.3:${PORTSDIR}/audio/libshout2 \ + shout.4:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 |