diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-03-29 09:09:50 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-03-29 09:09:50 +0000 |
commit | 5be110617f84f36cace7f90afb6050f40acf3b55 (patch) | |
tree | 6632d1701d91388a724603920179b6f87f78c476 /emulators/snes9x | |
parent | Build and use libpython without threads support and make this work (diff) |
Maintainer change.
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 139072727a83..0aa146cd8857 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -12,7 +12,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.snes9x.com/zips/ DISTNAME= s9xs134a -MAINTAINER= nakai@FreeBSD.org +MAINTAINER= green@FreeBSD.org .if ${MACHINE_ARCH} == i386 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm |