diff options
author | snj <snj@pkgsrc.org> | 2004-03-08 01:24:49 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-08 01:24:49 +0000 |
commit | 8bcaf07a055191d44da8629375b802feb14d46c5 (patch) | |
tree | 51b5d5dbf5113fbde15459f329fb74f25925943c /games | |
parent | 2d3e874cafcc27a23390cb3375077ac3199d0a45 (diff) | |
download | pkgsrc-8bcaf07a055191d44da8629375b802feb14d46c5.tar.gz |
Use bl3.
Diffstat (limited to 'games')
-rw-r--r-- | games/xpat2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 9aaa3f7a0ca..ba666ff0c60 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/01/28 22:03:21 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/08 01:24:49 snj Exp $ # FreeBSD: ports/games/xpat2/Makefile,v 1.11 2000/04/14 12:27:59 asami Exp DISTNAME= xpat2-1.06 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/solitaires/} MAINTAINER= kuebart@mathematik.uni-ulm.de COMMENT= X11 solitaire game with 14 variations -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11BASE= YES @@ -26,5 +26,5 @@ post-install: ${CHOWN} root.games ${PREFIX}/bin/xpat2 ${CHMOD} 2555 ${PREFIX}/bin/xpat2 -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |