aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout2
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-09 18:20:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-09 18:20:07 +0000
commit6aecb2152b8424217c9212265c6cc601787fdc5e (patch)
tree7f8777715a13e74b560c8b090488b534ee232ae9 /audio/libshout2
parentc9289eff993f2cd689f8f8e8a26be7d635b4c823 (diff)
downloadports-6aecb2152b8424217c9212265c6cc601787fdc5e.tar.gz
ports-6aecb2152b8424217c9212265c6cc601787fdc5e.zip
Chase libtheora lib version
Notes
Notes: svn path=/head/; revision=201195
Diffstat (limited to 'audio/libshout2')
-rw-r--r--audio/libshout2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile
index e88fbfc1c7a2..6a2f27e166d3 100644
--- a/audio/libshout2/Makefile
+++ b/audio/libshout2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libshout2
PORTVERSION= 2.2.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
@@ -17,7 +17,7 @@ MAINTAINER= lofi@freebsd.org
COMMENT= Routines for connecting and transmitting data to the icecast server
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
- theora.2:${PORTSDIR}/multimedia/libtheora \
+ theora.0:${PORTSDIR}/multimedia/libtheora \
vorbis.4:${PORTSDIR}/audio/libvorbis
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \