summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-30 09:16:40 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-30 09:16:40 +0000
commit58ef723b3990b5c968e9dcbe09f6ab13466f6498 (patch)
tree192c84302be22af106ea9f1f6f4cd4d2e0cf562e /games
parente86f5610f78668043006f4812fb30798ad108d47 (diff)
downloadpkgsrc-58ef723b3990b5c968e9dcbe09f6ab13466f6498.tar.gz
bl3ify
Diffstat (limited to 'games')
-rw-r--r--games/angband-tty/Makefile4
-rw-r--r--games/angband-x11/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile
index 8fe26f3b4a4..110e1c839b9 100644
--- a/games/angband-tty/Makefile
+++ b/games/angband-tty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/02/01 01:43:29 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2004/03/30 09:16:40 xtraeme Exp $
#
DISTNAME= angband-283
@@ -15,7 +15,7 @@ COMMENT= Tolkien based variant of Moria for tty/console displays
CONFLICTS= angband-x11-[0-9]*
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAKEFILE= Makefile.std
ALL_TARGET= angband
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile
index 98a1c8e9c39..f6d193e7889 100644
--- a/games/angband-x11/Makefile
+++ b/games/angband-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/02/01 01:43:29 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2004/03/30 09:16:40 xtraeme Exp $
#
DISTNAME= angband-3.0.3
@@ -15,7 +15,7 @@ CONFLICTS= angband-tty-[0-9]*
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_X11= # defined
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
INCOMPAT_CURSES+= NetBSD-1.6[A-M]-*
@@ -37,5 +37,5 @@ post-install:
${CHOWN} -R bin:games ${PREFIX}/share/games/angband
${FIND} ${PREFIX}/share/games/angband -name delete.me -exec ${RM} {} \;
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"