diff options
-rw-r--r-- | games/battleball/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 228c6dd5718..957bdfcf4b4 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/10/20 12:59:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/21 00:55:26 wiz Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -25,11 +25,10 @@ do-install: .include "../../mk/bsd.prefs.mk" .if defined(BATTLEBALL_USE_MESA) -USE_MESA= YES +.include "../../graphics/Mesa/buildlink2.mk" .else CPPFLAGS+= -DNO_OPENGL SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|' .endif -.include "../../graphics/Mesa/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |