diff options
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 |