diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-25 21:57:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-25 21:57:20 +0000 |
commit | 6c5efea017fc3d6e25219ac114fa306cfe095c9d (patch) | |
tree | ab0497d0f007b708e7c12bace931b1b599e6b9ef /audio/sdl_mixer | |
parent | 4bf2d180eab3358b66484d1c3e93b57a8c05bb2a (diff) | |
download | ports-6c5efea017fc3d6e25219ac114fa306cfe095c9d.tar.gz ports-6c5efea017fc3d6e25219ac114fa306cfe095c9d.zip |
Notes
Diffstat (limited to 'audio/sdl_mixer')
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 |
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 |