diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 00:28:38 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 00:28:38 +0000 |
commit | 2baacbab0d733a63e6ce158839b7b880e4676a6f (patch) | |
tree | 953c3223ef49af4aa5904a34348efa9e2bbfc6f2 /games | |
parent | d63ee8f1353d2a1ee26ea8aedfaba018923641e2 (diff) | |
download | pkgsrc-2baacbab0d733a63e6ce158839b7b880e4676a6f.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/xfrisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 01b122fcd16..2de94bf6a48 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 13:30:57 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/12 00:28:38 snj Exp $ # DISTNAME= xfrisk-1.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://morphy.iki.fi/xfrisk/ COMMENT= X11 version of the classic Risk board game WRKSRC= ${WRKDIR}/XFrisk -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_X11= yes @@ -32,5 +32,5 @@ XAW_TYPE?= 3d XAW_TYPE=3d .endif -.include "../../mk/xaw.buildlink2.mk" +.include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |