From ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 24 Jan 2004 13:30:55 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- games/defendguin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/defendguin') diff --git a/games/defendguin/Makefile b/games/defendguin/Makefile index 9671e197c10..fd3fe2ff7ef 100644 --- a/games/defendguin/Makefile +++ b/games/defendguin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/12/08 14:41:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/24 13:30:55 grant Exp $ DISTNAME= defendguin-0.0.10 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= Clone of the arcade game Defender USE_X11= YES USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make MAKE_ENV+= PREFIX=${LOCALBASE} .include "../../audio/SDL_mixer/buildlink2.mk" -- cgit v1.2.3