summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh>2000-10-22 05:56:10 +0000
committerrh <rh>2000-10-22 05:56:10 +0000
commit2431c61cd67aea4296ce7a3d473dbb5e6d2504d4 (patch)
tree81fb764ffaa08c9245100210243966c96018b001
parent4800ea65804cf2501dba9d6348ef17b631464cf1 (diff)
downloadpkgsrc-2431c61cd67aea4296ce7a3d473dbb5e6d2504d4.tar.gz
Add CHECK_MESA prior to bsd.prefs.mk to make sure the Mesa check is
performed
-rw-r--r--games/battleball/Makefile3
-rw-r--r--x11/xlockmore/Makefile4
2 files changed, 5 insertions, 2 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
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 2e134704263..d5135a61f20 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2000/10/15 12:06:44 rh Exp $
+# $NetBSD: Makefile,v 1.37 2000/10/22 05:56:14 rh Exp $
# FreeBSD Id: Makefile,v 1.23 1997/10/10 09:24:38 tg Exp
#
@@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.tux.org/~bagleyd/xlockmore.html
+CHECK_MESA= YES
+
.include "../../mk/bsd.prefs.mk"
.if !defined(XLOCK_LIGHT)