aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sdl_mixer
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-28 20:27:31 +0800
committermiwi <miwi@FreeBSD.org>2007-07-28 20:27:31 +0800
commit3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch)
treef489e673d53345a1b3a0d01abd60b793baa8d924 /audio/sdl_mixer
parent7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff)
downloadfreebsd-ports-graphics-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz
freebsd-ports-graphics-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.zst
freebsd-ports-graphics-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r--audio/sdl_mixer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index e8b66e244a7..1bbd377bd23 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sdl_mixer
PORTVERSION= 1.2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
DISTNAME= SDL_mixer-${PORTVERSION}
@@ -38,7 +38,7 @@ LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
.if defined(WITHOUT_VORBIS)
CONFIGURE_ARGS+= --disable-music-ogg
.else
-LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
.endif
.if defined(WITHOUT_SMPEG)