summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sdl_mixer/Makefile')
-rw-r--r--audio/sdl_mixer/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index 4e7e249b31fa..ebf4fe7fa928 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= sdl_mixer
-PORTVERSION= 1.0.6
+PORTVERSION= 1.1.0
CATEGORIES= audio
-MASTER_SITES= http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/src/
+MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/src/
DISTNAME= SDL_mixer-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
smpeg.1:${PORTSDIR}/graphics/smpeg \
- mikmod.2:${PORTSDIR}/audio/libmikmod
+ vorbis.0:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
@@ -25,4 +25,8 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
CPPFLAGS="-I${X11BASE}/include"
+post-configure:
+ @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
+ ${WRKSRC}/libtool
+
.include <bsd.port.mk>