diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
commit | d153f2a24ca263681e2672bf7ccabd3d15d74688 (patch) | |
tree | 7cd1c56918f5050ece343219b23ca3a6cb894835 /audio/ezstream | |
parent | 7a34508c42a3e20713377e8b8174e68d4d67f260 (diff) |
Notes
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 |