diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
commit | 26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch) | |
tree | 5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /audio/libshout2 | |
parent | 0f28824a015ef202713615ac0e4f0947c451f48b (diff) |
Chase the shared library version of speex, bump the PORTREVISION.
Notes
Notes:
svn path=/head/; revision=185771
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 2d0a3cacbbdd..b923f4b6d224 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libshout2 PORTVERSION= 2.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/libshout/ @@ -16,7 +16,7 @@ DISTNAME= libshout-${PORTVERSION} MAINTAINER= lofi@freebsd.org COMMENT= Routines for connecting and transmitting data to the icecast server -LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ +LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ theora.2:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis |