diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2009-02-20 05:45:43 +0800 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2009-02-20 05:45:43 +0800 |
commit | b73f95f9088ee3ed89aa06f86d36751ee6008e50 (patch) | |
tree | e7bfa2fb3250b070aed84ccd2a1237cb7d8f9742 /audio/linux-f10-sdl_mixer | |
parent | da87f7eace8c8a07a830c1117f9ceac67543f19e (diff) | |
download | freebsd-ports-gnome-b73f95f9088ee3ed89aa06f86d36751ee6008e50.tar.gz freebsd-ports-gnome-b73f95f9088ee3ed89aa06f86d36751ee6008e50.tar.zst freebsd-ports-gnome-b73f95f9088ee3ed89aa06f86d36751ee6008e50.zip |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor)
Diffstat (limited to 'audio/linux-f10-sdl_mixer')
-rw-r--r-- | audio/linux-f10-sdl_mixer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-f10-sdl_mixer/Makefile b/audio/linux-f10-sdl_mixer/Makefile index 538b885f041e..139e6300ae42 100644 --- a/audio/linux-f10-sdl_mixer/Makefile +++ b/audio/linux-f10-sdl_mixer/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio linux MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/ DISTNAME= SDL_mixer-${PORTVERSION}-3.fc${LINUX_DIST_VER} -MAINTAINER= mva@sysfault.org +MAINTAINER= mva@FreeBSD.org COMMENT= A sample multi-channel audio mixer library (Linux version) RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 |