pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/corewars Use bl3 and fix a typo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7efc0ad806c6
branches: trunk
changeset: 470544:7efc0ad806c6
user: snj <snj%pkgsrc.org@localhost>
date: Wed Mar 10 02:39:51 2004 +0000
description:
Use bl3 and fix a typo.
diffstat:
games/corewars/DESCR | 2 +-
games/corewars/Makefile | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r bb085cbcaf37 -r 7efc0ad806c6 games/corewars/DESCR
--- a/games/corewars/DESCR Wed Mar 10 02:35:22 2004 +0000
+++ b/games/corewars/DESCR Wed Mar 10 02:39:51 2004 +0000
@@ -3,7 +3,7 @@
warriors can be written in one of two assembler-like languages called
Corewars and Redcode. Corewars is the default language and is easier
to learn and understand. Redcode provides more advanced and powerful
-instuction but also requires more time to learn.
+instructions but also requires more time to learn.
You can watch your warriors while they are running in the main
program window. A statistic window will give you live coverage of
diff -r bb085cbcaf37 -r 7efc0ad806c6 games/corewars/Makefile
--- a/games/corewars/Makefile Wed Mar 10 02:35:22 2004 +0000
+++ b/games/corewars/Makefile Wed Mar 10 02:39:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/24 13:30:55 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/10 02:39:51 snj Exp $
#
DISTNAME= corewars-0.9.11
@@ -11,8 +11,8 @@
COMMENT= Programs on a virtual machine, fighting each other
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index