pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xscrabble Use bl3, remove superfluous USE_X11BASE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6f7acff6c11
branches:  trunk
changeset: 470298:c6f7acff6c11
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Mar 07 23:33:04 2004 +0000

description:
Use bl3, remove superfluous USE_X11BASE.

diffstat:

 games/xscrabble/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r cc47e058d7e3 -r c6f7acff6c11 games/xscrabble/Makefile
--- a/games/xscrabble/Makefile  Sun Mar 07 23:30:22 2004 +0000
+++ b/games/xscrabble/Makefile  Sun Mar 07 23:33:04 2004 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/xscrabble
 DIST_SUBDIR=   ${PKGNAME}
-USE_BUILDLINK2=        YES
-USE_X11BASE=   YES
+USE_BUILDLINK3=        YES
 USE_IMAKE=     YES
 
 post-patch:
@@ -37,5 +36,5 @@
                        /var/games/xscrabble.scores ; \
        fi
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index