summaryrefslogtreecommitdiff
path: root/games/battleball
diff options
context:
space:
mode:
authorfredb <fredb>2000-01-06 19:10:31 +0000
committerfredb <fredb>2000-01-06 19:10:31 +0000
commit181b5b34b811e7715eaa8a9583b324094d7d9ae1 (patch)
tree0ac0846c89c63414f231b77ae40c9d1ee15db0e1 /games/battleball
parent1caa34accdcf0a77ab3e3b5e8c68343c2471a8b1 (diff)
downloadpkgsrc-181b5b34b811e7715eaa8a9583b324094d7d9ae1.tar.gz
DTRT with bsd.prefs.mk/bsd.pkg.mk. Fix grammar in note.
Diffstat (limited to 'games/battleball')
-rw-r--r--games/battleball/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile
index 258476bb1a8..10231e18509 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"