From 9ac2cce51f6a5272123855e17223b67888bfed39 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 12 Jul 2013 13:20:04 +0000 Subject: Mark jobs unsafe Trim headers Convert to USES=gmake --- games/xgalaga/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index a99ae5a12c97..87988a5b07de 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,5 +1,4 @@ -# Created by: asami -# +# Created by: asami # $FreeBSD$ PORTNAME= xgalaga @@ -10,7 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MAINTAINER= turutani@scphys.kyoto-u.ac.jp COMMENT= Galaga resurrected on X -USE_GMAKE= yes +USES= gmake +MAKE_JOBS_UNSAFE= yes USE_XORG= xpm xmu HAS_CONFIGURE= yes MAN6= xgalaga.6x -- cgit