diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /audio/ices | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) | |
download | ports-605b51623904901c5be12539309f2345d1751741.tar.gz ports-605b51623904901c5be12539309f2345d1751741.zip |
Notes
Diffstat (limited to 'audio/ices')
-rw-r--r-- | audio/ices/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index e27dfe77e3b9..a7008042c5f0 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -7,7 +7,7 @@ PORTNAME= ices PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ @@ -16,7 +16,7 @@ MAINTAINER= lofi@freebsd.org COMMENT= A vorbis streaming source client for icecast 2 LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ - vorbis.3:${PORTSDIR}/audio/libvorbis \ + vorbis.4:${PORTSDIR}/audio/libvorbis \ xml2.5:${PORTSDIR}/textproc/libxml2 CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ |