diff options
author | salo <salo> | 2003-04-11 00:27:42 +0000 |
---|---|---|
committer | salo <salo> | 2003-04-11 00:27:42 +0000 |
commit | 62ed7a00376587febe9c6e9bc938cd331d4b72a4 (patch) | |
tree | d0ce8856761c5d6e03a9e5929ade1c7a2f81130c /games | |
parent | 1cc63dc8b9be3477a95ec0528534e07d0b480fa5 (diff) | |
download | pkgsrc-62ed7a00376587febe9c6e9bc938cd331d4b72a4.tar.gz |
Actually, it doesn't really need GNU make.
Diffstat (limited to 'games')
-rw-r--r-- | games/gltron/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index fe1bff71766..8a63fec0100 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 00:14:12 salo Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/11 00:27:42 salo Exp $ # DISTNAME= gltron-0.62-source @@ -12,7 +12,6 @@ HOMEPAGE= http://gltron.sourceforge.net/ COMMENT= 3D lightcycle game inspired by the movie Tron USE_BUILDLINK2= YES -USE_GMAKE= YES GNU_CONFIGURE= YES .include "../../audio/SDL_sound/buildlink2.mk" |