summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-25 21:57:20 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-25 21:57:20 +0000
commit6c5efea017fc3d6e25219ac114fa306cfe095c9d (patch)
treeab0497d0f007b708e7c12bace931b1b599e6b9ef /audio/sdl_mixer
parentUpgrade to gmake-3.79 (diff)
Fix Makefile mistake that resulted from my use of an old smpeg library.
Notes
Notes: svn path=/head/; revision=28011
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r--audio/sdl_mixer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index 468558df60e0..036b325bb94e 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -14,7 +14,7 @@ DISTNAME= SDL_mixer-${PORTVERSION}
MAINTAINER= sobomax@altavista.net
LIB_DEPENDS= SDL-1.1.2:${PORTSDIR}/devel/sdl-devel \
- smpeg-0.3.0:${PORTSDIR}/graphics/smpeg \
+ smpeg.0:${PORTSDIR}/graphics/smpeg \
mikmod.2:${PORTSDIR}/audio/libmikmod
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config