diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-31 01:31:39 +0800 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-31 01:31:39 +0800 |
commit | 3efcdba53780fc12b7d790d9525366ce962b4683 (patch) | |
tree | 44fbf353a22df4343ebeccba0129f6023467d264 /audio/ezstream | |
parent | 423f073b195025a0108b2bd5dc34e4d068a0d217 (diff) | |
download | freebsd-ports-gnome-3efcdba53780fc12b7d790d9525366ce962b4683.tar.gz freebsd-ports-gnome-3efcdba53780fc12b7d790d9525366ce962b4683.tar.zst freebsd-ports-gnome-3efcdba53780fc12b7d790d9525366ce962b4683.zip |
- 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 bf95ffc3ae45..17712dac5ab5 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 |