diff options
Diffstat (limited to 'games/corewars')
-rw-r--r-- | games/corewars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile index 10c900dc154..2961bac4bd9 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/05/02 13:33:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/11 08:58:17 jmc Exp $ # DISTNAME= corewars-0.9.11 @@ -11,6 +11,7 @@ HOMEPAGE= http://corewars.sourceforge.net/ COMMENT= programs on a virtual machine, fighting each other GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_GMAKE= YES .include "../../x11/gtk/buildlink2.mk" |