diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-03 23:02:54 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-03 23:02:54 +0000 |
commit | ea3b534fd0c0460e15b3b87f82f159654f96f3df (patch) | |
tree | bed028d2262b40dcae4290e962bc37c494190241 /audio/ezstream | |
parent | ccfaaba5269a2b1522a8162b50071197e019e627 (diff) | |
download | FreeBSD-ports-ea3b534fd0c0460e15b3b87f82f159654f96f3df.zip FreeBSD-ports-ea3b534fd0c0460e15b3b87f82f159654f96f3df.tar.gz |
Update libshout2 to 2.1 and chase library revision bump.
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 08f0691..2e41910 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -7,13 +7,14 @@ PORTNAME= ezstream PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://svn.xiph.org/releases/ezstream/ MAINTAINER= laszlof@vonostingroup.com COMMENT= A command line utility for streaming to icecast servers -LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \ +LIB_DEPENDS= shout.4:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 |