diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 10:55:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 10:55:47 +0000 |
commit | 3f8aaf4ecdd3482a64a6a711d10d99ab38d764ee (patch) | |
tree | fd7a4335428728d6b20a731a1c96f93488d94b57 /audio/sdl_mixer/Makefile | |
parent | c7a5c41f709f6ebc352eaab600383433843e990b (diff) |
Notes
Diffstat (limited to 'audio/sdl_mixer/Makefile')
-rw-r--r-- | audio/sdl_mixer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile index b5ac59bfb8d0..607a428e9b70 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_mixer -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} @@ -15,7 +14,7 @@ DISTNAME= SDL_mixer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A sample multi-channel audio mixer library -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ +LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ smpeg.1:${PORTSDIR}/multimedia/smpeg \ vorbis.2:${PORTSDIR}/audio/libvorbis |