summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-05-09 14:53:26 +0000
committerjperkin <jperkin>2017-05-09 14:53:26 +0000
commit939f4ca3155e4d4738e3714eea7080c5c07da969 (patch)
tree2b08e1e0d14af5de29f0241c860eacda7297c6f6 /chat
parente00e12b1533ef24027cde3b72f9f62c28504235d (diff)
downloadpkgsrc-939f4ca3155e4d4738e3714eea7080c5c07da969.tar.gz
Requires termcap.
Diffstat (limited to 'chat')
-rw-r--r--chat/ninja/Makefile3
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"