aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-23 09:17:55 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-23 09:17:55 +0000
commit591244e0227f1d03dcded131ae426612bcb1a3da (patch)
tree8fbece08f3980e498168c41f4111011921786166 /audio/sdl_sound
parent951aa6e2955c19dd2a6af3b51486054580125836 (diff)
downloadports-591244e0227f1d03dcded131ae426612bcb1a3da.tar.gz
ports-591244e0227f1d03dcded131ae426612bcb1a3da.zip
Notes
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 38ead04e3ff9..fdfa56154c66 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_sound
PORTVERSION= 1.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.icculus.org/SDL_sound/downloads/
DISTNAME= SDL_sound-${PORTVERSION}
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --disable-smpeg
.endif
.if !defined(WITHOUT_SPEEX)
-LIB_DEPENDS+= speex.2:${PORTSDIR}/audio/speex
+LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex
.else
CONFIGURE_ARGS+= --disable-speex
.endif