summaryrefslogtreecommitdiffstats
path: root/audio/sdl_sound
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
committermezz <mezz@FreeBSD.org>2007-02-23 22:51:12 +0000
commitbc1a4978064ef5def2f82eb88fcaff7cc7212cbe (patch)
tree6d40b50f9d5c736169946f48d2b128c1031b7de4 /audio/sdl_sound
parentaaebf793ba41e2f23d3a5c636b1381c7c39dd560 (diff)
downloadFreeBSD-ports-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.zip
FreeBSD-ports-bc1a4978064ef5def2f82eb88fcaff7cc7212cbe.tar.gz
Chase the shared library version of speex, bump the PORTREVISION.
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 66c758d..90dcca3 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
OpenPOWER on IntegriCloud