diff options
author | grant <grant> | 2004-01-24 13:30:55 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-24 13:30:55 +0000 |
commit | 44924140a6f3cfed7c7785d56b9bf3cb180e64a5 (patch) | |
tree | c3522f763699ffa632f2da2feab91cfaba74183a /games/nagi | |
parent | b29f1da76e1ddbc3900eb18c2bf6bb0d287a0df8 (diff) | |
download | pkgsrc-44924140a6f3cfed7c7785d56b9bf3cb180e64a5.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 |