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/nagi | |
parent | 96c486c362413858d2e599c0f005cbee4e21401e (diff) | |
download | pkgsrc-ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'games/nagi')
-rw-r--r-- | games/nagi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nagi/Makefile b/games/nagi/Makefile index 717ae1a9344..475591d853d 100644 --- a/games/nagi/Makefile +++ b/games/nagi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/08/16 15:33:01 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/24 13:30:56 grant Exp $ # DISTNAME= nagi_src_-_2002-11-14 @@ -11,8 +11,8 @@ HOMEPAGE= http://www.agidev.com/projects/nagi/ COMMENT= Clone of Sierra's AGI WRKSRC= ${WRKDIR}/src -USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_BUILDLINK2= yes +USE_GNU_TOOLS+= make MAKEFILE= Makefile.linux NAGILIB= ${PREFIX}/lib/nagi |