summaryrefslogtreecommitdiff
path: root/audio/ices
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
commit89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch)
tree765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/ices
parentUpdate to Ogg Vorbis 1.0.1. (diff)
Catch up with libogg/libvorbis version bump.
Notes
Notes: svn path=/head/; revision=96269
Diffstat (limited to 'audio/ices')
-rw-r--r--audio/ices/Makefile6
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" \