diff options
Diffstat (limited to 'games/defendguin/Makefile')
-rw-r--r-- | games/defendguin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index a17ea25dcd5..9959e47fad0 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:49 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:01 jlam Exp $ DISTNAME= defendguin-0.0.10 PKGREVISION= 4 @@ -11,7 +11,7 @@ COMMENT= Clone of the arcade game Defender USE_X11= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |