diff options
Diffstat (limited to 'games/netris/Makefile')
-rw-r--r-- | games/netris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/netris/Makefile b/games/netris/Makefile index 96ca6b0e43f..3123acd8989 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:02 jlam Exp $ # DISTNAME= netris-0.52 @@ -14,7 +14,7 @@ MAINTAINER= uebs@gmx.at HOMEPAGE= http://www.netris.org/ COMMENT= Everybody's darling T*tris in a networked version -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake HAS_CONFIGURE= YES CONFIGURE_SCRIPT= ./Configure |