aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
commit26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch)
tree5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /audio/sdl_sound
parent0f28824a015ef202713615ac0e4f0947c451f48b (diff)
downloadports-26a0087e1eae735cc4087f82bd23ea56b71909e4.tar.gz
ports-26a0087e1eae735cc4087f82bd23ea56b71909e4.zip
Chase the shared library version of speex, bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=185771
Diffstat (limited to 'audio/sdl_sound')
-rw-r--r--audio/sdl_sound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 66c758d935a6..90dcca39147f 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/
DISTNAME= SDL_sound-${PORTVERSION}
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --disable-smpeg
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex
.else
CONFIGURE_ARGS+= --disable-speex
.endif