summaryrefslogtreecommitdiff
path: root/games/angband-tty
diff options
context:
space:
mode:
authorroy <roy>2017-01-03 21:38:29 +0000
committerroy <roy>2017-01-03 21:38:29 +0000
commit2376537b79dcc5612a93b527d432d6879c320b0b (patch)
treee7a021dd52e9d3c3d1838688e3bd56c5bcb94469 /games/angband-tty
parent4ad289a677c08bf4621dcc765c6c2e8f0782857f (diff)
downloadpkgsrc-2376537b79dcc5612a93b527d432d6879c320b0b.tar.gz
Use the curses framework.
Diffstat (limited to 'games/angband-tty')
-rw-r--r--games/angband-tty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile
index c4c69ae8f2d..83158b65d40 100644
--- a/games/angband-tty/Makefile
+++ b/games/angband-tty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/08/18 07:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/01/03 21:38:29 roy Exp $
#
DISTNAME= angband-283
@@ -47,5 +47,5 @@ do-install:
${CHMOD} ${GAMEDIRMODE} apex bone data edit file help info save user xtra
${INSTALL_PROGRAM} ${WRKSRC}/angband ${DESTDIR}${PREFIX}/bin
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"