From 1ddc7d4b1234197c30c514395df02f9de3011458 Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 6 Jan 2000 19:10:31 +0000 Subject: [PATCH] DTRT with bsd.prefs.mk/bsd.pkg.mk. Fix grammar in note. --- games/battleball/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 258476bb1a8d..10231e185094 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/06 08:36:07 fredb Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/06 19:10:31 fredb Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -21,13 +21,15 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/battleball ${PREFIX}/bin/ -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if !defined(USE_MESA) CPPFLAGS+= -DNO_OPENGL SED_CMDS+= -e '/^GLINCS/s|^|\#|' -e '/^GLLIBS/s|^|\#|' .else # Note to Maintainers: Wildcard needs to match all possible Mesa-glx -# variations so the build doesn't fail if Mesa-glx is already installed. +# variations, so the build doesn't fail if Mesa-glx is already installed. DEPENDS+= Mesa-*:../../graphics/Mesa .endif + +.include "../../mk/bsd.pkg.mk"