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 /x11 | |
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 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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) |