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 | aef2b19cec669a119d379387a421cd28e8001bab (patch) | |
tree | 1ec1d4ac20cc571e825e9919011fb81ffc897c5c /games | |
parent | 7829fb985ae487d2e349d0580d954660c82d2c94 (diff) | |
download | pkgsrc-aef2b19cec669a119d379387a421cd28e8001bab.tar.gz |
needs ncurses
Diffstat (limited to 'games')
-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" |