diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 16:53:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 16:53:40 +0000 |
commit | bf5615d38e22ad5f2af2fb411eba7e5a57e8b1a3 (patch) | |
tree | 1ec1d4ac20cc571e825e9919011fb81ffc897c5c | |
parent | f11c9a7e4808bef2c8c97f6121002160104129f6 (diff) | |
download | pkgsrc-bf5615d38e22ad5f2af2fb411eba7e5a57e8b1a3.tar.gz |
needs ncurses
-rw-r--r-- | games/angband-tty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 03eff314be6..ef852a066ea 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2011/03/11 11:47:28 zafer Exp $ +# $NetBSD: Makefile,v 1.36 2015/03/13 16:53:40 tnn Exp $ # DISTNAME= angband-283 @@ -47,4 +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/bsd.pkg.mk" |