diff options
Diffstat (limited to 'games/battleball')
-rw-r--r-- | games/battleball/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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|^|\#|' |