diff options
author | rh <rh> | 2000-10-22 05:56:10 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-22 05:56:10 +0000 |
commit | 2431c61cd67aea4296ce7a3d473dbb5e6d2504d4 (patch) | |
tree | 81fb764ffaa08c9245100210243966c96018b001 /games | |
parent | 4800ea65804cf2501dba9d6348ef17b631464cf1 (diff) | |
download | pkgsrc-2431c61cd67aea4296ce7a3d473dbb5e6d2504d4.tar.gz |
Add CHECK_MESA prior to bsd.prefs.mk to make sure the Mesa check is
performed
Diffstat (limited to 'games')
-rw-r--r-- | games/battleball/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 06d33d245c9..b8edaef08f4 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/10/15 12:06:34 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/22 05:56:10 rh Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -9,6 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.cs.utexas.edu/users/pahardin/bb.html USE_X11= YES +CHECK_MESA= YES WRKSRC= ${WRKDIR}/battleball-2.1-src CPPFLAGS+= -I${X11BASE}/include |