diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-26 08:28:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-26 08:28:12 +0000 |
commit | 9ae1d67e284c66ac162f640f98a49d04146a7997 (patch) | |
tree | e0e43f7cdb6f4884b8f775b3d720d17ab00549cd /audio/sdl_mixer | |
parent | ac8f8250106aa02f69afd4f39a8bb18e9386f4b7 (diff) | |
download | ports-9ae1d67e284c66ac162f640f98a49d04146a7997.tar.gz ports-9ae1d67e284c66ac162f640f98a49d04146a7997.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 6e46e3c0fcb0..b60d4ce05eb3 100644 --- a/audio/sdl_mixer/Makefile +++ b/audio/sdl_mixer/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ DISTNAME= SDL_mixer-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= krion@FreeBSD.org COMMENT= A sample multi-channel audio mixer library LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ |