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 | 964d28c69dde64fb3bb3c50097f4c8b565b0535f (patch) | |
tree | 51b5d5dbf5113fbde15459f329fb74f25925943c /games/xpat2/Makefile | |
parent | 677ec9f4f2097561a879ff3984d042fc060e9bc2 (diff) | |
download | pkgsrc-964d28c69dde64fb3bb3c50097f4c8b565b0535f.tar.gz |
Use bl3.
Diffstat (limited to 'games/xpat2/Makefile')
-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" |