aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl_mixer
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2010-04-20 16:47:29 +0000
committerMarcus von Appen <mva@FreeBSD.org>2010-04-20 16:47:29 +0000
commit210526b54270006a7abf068e0152076f54484be5 (patch)
treecd2a9c8e3ba8c463d8132b075bbf37cb4326b5ec /audio/sdl_mixer
parent4075cfcebd7dd1782176e980e2289e8371f9682f (diff)
downloadports-210526b54270006a7abf068e0152076f54484be5.tar.gz
ports-210526b54270006a7abf068e0152076f54484be5.zip
Notes
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 566d7244c326..7136a2c39420 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -35,14 +35,14 @@ OPTIONS= MIKMOD "Enable MOD music via libMikMod" On \
.if defined(WITHOUT_MIKMOD)
CONFIGURE_ARGS+=--disable-music-libmikmod
.else
-LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
+LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod
CONFIGURE_ARGS+=--enable-music-libmikmod
.endif
.if defined(WITHOUT_FLAC)
CONFIGURE_ARGS+=--disable-music-flac
.else
-LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac
+LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac
CONFIGURE_ARGS+=--enable-music-flac
.endif