summaryrefslogtreecommitdiff
path: root/games/battleball/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-17 20:40:45 +0000
committersnj <snj@pkgsrc.org>2004-04-17 20:40:45 +0000
commit7d6f286152f0a2c6df8bb232a730fddb249918ca (patch)
tree61611843ecaa29da88e312e9bd8b1eb502e519c9 /games/battleball/Makefile
parent9b2797c734c3e6397e3d47341fff366f69dd927f (diff)
downloadpkgsrc-7d6f286152f0a2c6df8bb232a730fddb249918ca.tar.gz
Convert to buildlink3. While here, fix build with gcc3.
Diffstat (limited to 'games/battleball/Makefile')
-rw-r--r--games/battleball/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 943e0bc3d09..5207d154c32 100644
--- a/games/battleball/Makefile
+++ b/games/battleball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:15:39 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/17 20:40:45 snj Exp $
DISTNAME= battleball.21.src
PKGNAME= battleball-2.1
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.cs.utexas.edu/users/pahardin/bb.html
COMMENT= 3d game of soccer, with tanks
WRKSRC= ${WRKDIR}/battleball-2.1-src
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
USE_GCC_SHLIB= YES
@@ -27,7 +27,7 @@ do-install:
.include "../../mk/bsd.prefs.mk"
.if defined(BATTLEBALL_USE_MESA)
-.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
.else
CPPFLAGS+= -DNO_OPENGL
SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|'