diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-09 14:53:26 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-09 14:53:26 +0000 |
commit | b80fa8f20d16341a411673635c03fc6c93218378 (patch) | |
tree | 6203727da67e99eef08506be0694e2fb06d0499c /chat/ninja | |
parent | d0da87155722c3b42aedb5d31ec6863d9ef10258 (diff) | |
download | pkgsrc-b80fa8f20d16341a411673635c03fc6c93218378.tar.gz |
Requires termcap.
Diffstat (limited to 'chat/ninja')
-rw-r--r-- | chat/ninja/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ninja/Makefile b/chat/ninja/Makefile index 5b96db34280..319db44394b 100644 --- a/chat/ninja/Makefile +++ b/chat/ninja/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/03 00:02:41 asau Exp $ +# $NetBSD: Makefile,v 1.18 2017/05/09 14:53:26 jperkin Exp $ # DISTNAME= ninja-1.5.8.1 @@ -15,4 +15,5 @@ USE_TOOLS+= gmake .include "options.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |