diff options
author | snj <snj@pkgsrc.org> | 2004-03-07 23:33:04 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-07 23:33:04 +0000 |
commit | dd6dab0b64c75f8ce21171558c1f8ed71cbd6801 (patch) | |
tree | 857655850d14856e8f26386f66649284f053dd12 /games/xscrabble/Makefile | |
parent | af511e327b6d8ae96b64228aa6dc506af43232c2 (diff) | |
download | pkgsrc-dd6dab0b64c75f8ce21171558c1f8ed71cbd6801.tar.gz |
Use bl3, remove superfluous USE_X11BASE.
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index ccf61a14aad..5e7a42fb2e1 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:42 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/07 23:33:04 snj Exp $ # DISTNAME= xscrabble @@ -13,8 +13,7 @@ COMMENT= X version of the popular board game, for 1 to 4 players WRKSRC= ${WRKDIR}/xscrabble DIST_SUBDIR= ${PKGNAME} -USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_BUILDLINK3= YES USE_IMAKE= YES post-patch: @@ -37,5 +36,5 @@ do-install: /var/games/xscrabble.scores ; \ fi -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |