diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-11 13:57:05 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-11 13:57:05 +0000 |
commit | 6537fcf4374c413f5fb42417b9acc29ded8d1ae3 (patch) | |
tree | 73aca1fb7f4ce70150a540954950c0c712ada607 /emulators | |
parent | 432b219234feb424ed68eecdb6e74c542b83e62d (diff) | |
download | ports-6537fcf4374c413f5fb42417b9acc29ded8d1ae3.tar.gz ports-6537fcf4374c413f5fb42417b9acc29ded8d1ae3.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/Makefile | 2 | ||||
-rw-r--r-- | emulators/scummvm/Makefile | 2 | ||||
-rw-r--r-- | emulators/xzx/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index f3072e9010e2..852587cc9367 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.15 CATEGORIES= emulators MASTER_SITES= http://www.conmicro.cx/hercules/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flynn@energyhq.homeip.net GNU_CONFIGURE= yes diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile index 2514b80f3c27..a06008b1b9ad 100644 --- a/emulators/scummvm/Makefile +++ b/emulators/scummvm/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}-src EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flynn@energyhq.homeip.net LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 1e198182cf57..337fef28732c 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -11,7 +11,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.philosys.de/~kunze/xzx.purespace.de/xzx/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval -MAINTAINER= ports@FreeBSD.org +MAINTAINER= flynn@energyhq.homeip.net # xmkmf is used in configure script BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 |