diff options
Diffstat (limited to 'audio/ices/Makefile')
-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" \ |