diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-29 09:12:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-29 09:12:37 +0000 |
commit | 10588346d36bc9ae62b97d8b2ac11c56ad04df24 (patch) | |
tree | 100bc8497eb3bdddc4107fab1d3cfed9e10a64a3 /audio/sdl_mixer | |
parent | 6ec0158c26d892a46a620e871900ec2b1b182312 (diff) | |
download | ports-10588346d36bc9ae62b97d8b2ac11c56ad04df24.tar.gz ports-10588346d36bc9ae62b97d8b2ac11c56ad04df24.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 703abf562236..b5ac59bfb8d0 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A sample multi-channel audio mixer library LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ |