diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-09 11:55:04 +0000 |
commit | 8ed8aafc20f5bbb802536df1c9c60b6e8c4a3220 (patch) | |
tree | a2747f7614694d1f568fd0fa2639e77228c1c234 /audio/sdl_mixer | |
parent | Update to 2.0.2. (diff) |
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
Notes
Notes:
svn path=/head/; revision=41125
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 c76a1a0372e9..854c9384bf17 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -13,7 +13,7 @@ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \ +LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/graphics/smpeg \ vorbis.0:${PORTSDIR}/audio/libvorbis |