diff options
author | snj <snj> | 2004-03-09 23:19:19 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-09 23:19:19 +0000 |
commit | dd63b22fccbd5a0f43a0b7bd1666b894d23da908 (patch) | |
tree | 7c62a54d1d46052c1fd947a6a7f93b206023fc87 /games/xdemineur | |
parent | 5cb3126c48f111274c6fb8cc2bc4c4e85e0dcfe2 (diff) | |
download | pkgsrc-dd63b22fccbd5a0f43a0b7bd1666b894d23da908.tar.gz |
Use bl3.
Diffstat (limited to 'games/xdemineur')
-rw-r--r-- | games/xdemineur/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index 027b7362f1e..4289903c177 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:39:31 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/03/09 23:29:06 snj Exp $ # DISTNAME= xdemineur-2.1.1 @@ -11,8 +11,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.spinne.com/x/games/xdemineur/ COMMENT= Minesweeper game for the X Window System -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |