pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/battalion Use bl3 and fix a typo.
details: https://anonhg.NetBSD.org/pkgsrc/rev/04b44fc9eeed
branches: trunk
changeset: 470542:04b44fc9eeed
user: snj <snj%pkgsrc.org@localhost>
date: Wed Mar 10 02:29:43 2004 +0000
description:
Use bl3 and fix a typo.
diffstat:
games/battalion/DESCR | 2 +-
games/battalion/Makefile | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 58cb6138c1aa -r 04b44fc9eeed games/battalion/DESCR
--- a/games/battalion/DESCR Wed Mar 10 02:25:09 2004 +0000
+++ b/games/battalion/DESCR Wed Mar 10 02:29:43 2004 +0000
@@ -4,7 +4,7 @@
indy software' and is available on the Indizone3 CDROM. It was then
converted to OpenGL (with several enhancements) and modified in late 1996
to work with the Mesa graphics library. In 1997 it won the Hot Mix 17 game
-contest from SGI, and was availableon the Hot Mix 17 CDROM.
+contest from SGI, and was available on the Hot Mix 17 CDROM.
Here is the description of battalion from the Silicon Graphics homepage
in Japan.
diff -r 58cb6138c1aa -r 04b44fc9eeed games/battalion/Makefile
--- a/games/battalion/Makefile Wed Mar 10 02:25:09 2004 +0000
+++ b/games/battalion/Makefile Wed Mar 10 02:29:43 2004 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/20 12:15:39 agc Exp $
-#
+# $NetBSD: Makefile,v 1.25 2004/03/10 02:29:43 snj Exp $
DISTNAME= battalion
PKGNAME= battalion-1.4
@@ -16,7 +15,7 @@
WRKSRC= ${WRKDIR}/battalionSource
EXTRACT_ONLY= battalionSource1.4.tar.Z
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11= yes
do-install:
@@ -40,6 +39,6 @@
pre-clean:
@${RM} -rf ${WRKDIR}/battalionSUN4
-.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index