diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
commit | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch) | |
tree | d86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/ices | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.zst freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/ices')
-rw-r--r-- | audio/ices/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 95f7492066e6..fc117caa5e75 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -7,6 +7,7 @@ PORTNAME= ices PORTVERSION= 2.0.b.2.20030811 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://tigress.com/lofi/ \ @@ -16,9 +17,8 @@ DISTNAME= ${PORTNAME}-2.0-Beta2-20030811 MAINTAINER= lofi@freebsd.org COMMENT= A streaming source client for icecast 2 -LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ - shout.3:${PORTSDIR}/audio/libshout2 \ - vorbis.2:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \ + vorbis.3:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ |