diff options
author | sat <sat@FreeBSD.org> | 2007-07-30 17:31:39 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-30 17:31:39 +0000 |
commit | fe20923a1bcc19630d016bd9af5439cebe283f8e (patch) | |
tree | 64e18a19d0b34ce3b5cb6529090561c4f1a0661e /audio/ezstream | |
parent | 097cded8032252ab987c55731463a75a0ec9b66f (diff) | |
download | FreeBSD-ports-fe20923a1bcc19630d016bd9af5439cebe283f8e.zip FreeBSD-ports-fe20923a1bcc19630d016bd9af5439cebe283f8e.tar.gz |
- Bump forgotten ports to chase libvorbis update
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index bf95ffc..17712da 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -7,7 +7,7 @@ PORTNAME= ezstream PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://svn.xiph.org/releases/ezstream/ @@ -15,7 +15,7 @@ MAINTAINER= laszlof@FreeBSD.org COMMENT= A command line utility for streaming to icecast servers LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ + vorbis.4:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |