diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-12 21:20:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-12 21:20:04 +0800 |
commit | 9ac2cce51f6a5272123855e17223b67888bfed39 (patch) | |
tree | 5077640f5a22f591908a0deea75ab14206cdc71f /games | |
parent | 805a8e3fa5743b61dee05aeba86964fc627da8b7 (diff) | |
download | freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.tar.gz freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.tar.zst freebsd-ports-gnome-9ac2cce51f6a5272123855e17223b67888bfed39.zip |
Mark jobs unsafe
Trim headers
Convert to USES=gmake
Diffstat (limited to 'games')
-rw-r--r-- | games/xgalaga/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |