diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-09 05:58:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-09 05:58:20 +0800 |
commit | ce900ec0889666996570cbcd70ad903b1bc0de0d (patch) | |
tree | f930b077bcc8b70f903c130288a0912d908a34c3 /audio/ezstream | |
parent | 5c0da1adc1034cbf03e7ede5457997a31877014b (diff) | |
download | freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.gz freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.zst freebsd-ports-gnome-ce900ec0889666996570cbcd70ad903b1bc0de0d.zip |
Chase libshout2 shared library version 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 9c11d943ef79..6b34fd8a378f 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -7,13 +7,14 @@ PORTNAME= ezstream PORTVERSION= 0.2.1 +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.4:${PORTSDIR}/audio/libshout2 \ +LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 |