diff options
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 852587cc9367..f3072e9010e2 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= flynn@energyhq.homeip.net +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile index a06008b1b9ad..2514b80f3c27 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= flynn@energyhq.homeip.net +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index aadb862b2c80..acb105ead0a2 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -11,7 +11,7 @@ CATEGORIES= emulators MASTER_SITES= http://www.zx-spectrum.net/xzx/files/ DISTNAME= ${PORTNAME}-pro-${PORTVERSION}-eval -MAINTAINER= flynn@energyhq.homeip.net +MAINTAINER= ports@FreeBSD.org # xmkmf is used in configure script BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 |