diff options
author | grant <grant> | 2004-01-24 13:30:55 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 13:30:55 +0000 |
commit | ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57 (patch) | |
tree | c3522f763699ffa632f2da2feab91cfaba74183a /games/defendguin/Makefile | |
parent | 96c486c362413858d2e599c0f005cbee4e21401e (diff) | |
download | pkgsrc-ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
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 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" |