diff options
-rw-r--r-- | games/battleball/Makefile | 3 | ||||
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
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) |