diff options
author | snj <snj> | 2004-04-15 21:29:16 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-15 21:29:16 +0000 |
commit | b231a9b6d06ecceb525da2fe52fbf2e9e634b717 (patch) | |
tree | 0325226b1b59645c45a0d265337270ce655cfc14 /games | |
parent | 4954bc9c2c53aaaa3921c8c2450af4085679496a (diff) | |
download | pkgsrc-b231a9b6d06ecceb525da2fe52fbf2e9e634b717.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack-lib/Makefile | 4 | ||||
-rw-r--r-- | games/nethack-x11/Makefile | 6 | ||||
-rw-r--r-- | games/sjeng/Makefile | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 4de8466b406..3b4e5dfb6a7 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -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 @@ PKGNAME= nethack-lib-${NETHACK_VERSION} COMMENT= Data files for Nethack -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= datastuff diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 08a23ea06fb..be5acca2774 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -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 @@ CATEGORIES+= x11 DEPENDS+= nethack-lib-${NETHACK_VERSION}:../nethack-lib -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES ALL_TARGET= x11tiles nethack @@ -22,5 +22,5 @@ ALLFILES+= ${DISTFILES} 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 --git a/games/sjeng/Makefile b/games/sjeng/Makefile index 753f7af7230..0e33a81955b 100644 --- a/games/sjeng/Makefile +++ b/games/sjeng/Makefile @@ -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 @@ MAINTAINER= jlam@NetBSD.org 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 @@ post-install: ${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" |