From 10576c80ee95498de2a7a60ab5691fe174c6f308 Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 9 Mar 2003 19:46:51 +0000 Subject: Bump PKGREVISION due to upgrade of Mesa and friends. Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s. --- games/battleball/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/battleball') diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 957bdfcf4b4..23ea5eda23d 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/10/21 00:55:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/09 19:46:52 jschauma Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://linuxberg.prover.com.br/files/x11/entertain/ @@ -25,7 +26,7 @@ do-install: .include "../../mk/bsd.prefs.mk" .if defined(BATTLEBALL_USE_MESA) -.include "../../graphics/Mesa/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" .else CPPFLAGS+= -DNO_OPENGL SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|' -- cgit v1.2.3