aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sdl_mixer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sdl_mixer/Makefile')
-rw-r--r--audio/sdl_mixer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index 532c62c55fef..b980de68fed2 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= sdl_mixer
-PORTVERSION= 1.2.6
-PORTREVISION= 2
+PORTVERSION= 1.2.7
+PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
DISTNAME= SDL_mixer-${PORTVERSION}
@@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
OPTIONS= MIKMOD "Enable MOD music via libMikMod" on \
VORBIS "Enable Ogg Vorbis music" on \