pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbfa1d8b6266
branches:  trunk
changeset: 473073:cbfa1d8b6266
user:      snj <snj%pkgsrc.org@localhost>
date:      Thu Apr 15 21:29:16 2004 +0000

description:
Convert to buildlink3.

diffstat:

 games/nethack-lib/Makefile |  4 ++--
 games/nethack-x11/Makefile |  6 +++---
 games/sjeng/Makefile       |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (68 lines):

diff -r 9054c5068ea9 -r cbfa1d8b6266 games/nethack-lib/Makefile
--- a/games/nethack-lib/Makefile        Thu Apr 15 21:27:39 2004 +0000
+++ b/games/nethack-lib/Makefile        Thu Apr 15 21:29:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/10/14 13:42:18 pooka Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/15 21:29:16 snj Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
@@ -7,7 +7,7 @@
 
 COMMENT=               Data files for Nethack
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ./sys/unix/setup.sh
 ALL_TARGET=            datastuff
diff -r 9054c5068ea9 -r cbfa1d8b6266 games/nethack-x11/Makefile
--- a/games/nethack-x11/Makefile        Thu Apr 15 21:27:39 2004 +0000
+++ b/games/nethack-x11/Makefile        Thu Apr 15 21:29:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/07/21 16:49:57 martti Exp $
+# $NetBSD: Makefile,v 1.22 2004/04/15 21:32:23 snj Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
@@ -10,7 +10,7 @@
 
 DEPENDS+=              nethack-lib-${NETHACK_VERSION}:../nethack-lib
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_X11=               YES
 
 ALL_TARGET=            x11tiles nethack
@@ -22,5 +22,5 @@
 post-install:
        @${INSTALL_DATA} ${WRKSRC}/dat/x11tiles ${PREFIX}/share/${NETHACK_DIR}
 
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9054c5068ea9 -r cbfa1d8b6266 games/sjeng/Makefile
--- a/games/sjeng/Makefile      Thu Apr 15 21:27:39 2004 +0000
+++ b/games/sjeng/Makefile      Thu Apr 15 21:29:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/31 01:00:29 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/15 21:38:57 snj Exp $
 
 DISTNAME=      Sjeng-Free-11.0
 PKGNAME=       sjeng-11.0
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.sjeng.org/
 COMMENT=       Engine for chess variations (bughouse, suicide, etc.)
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 
 GNU_CONFIGURE= YES
 LIBS+=         -lm     # floor()
@@ -46,5 +46,5 @@
        ${INSTALL_DATA_DIR} ${BOOKDIR}
        ${INSTALL_DATA} ${WRKSRC}/books/*.opn ${BOOKDIR}
 
-.include "../../databases/gdbm/buildlink2.mk"
+.include "../../databases/gdbm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index