summaryrefslogtreecommitdiff
path: root/misc/tmate
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-10 01:01:34 +0000
committerdholland <dholland@pkgsrc.org>2017-09-10 01:01:34 +0000
commit109dc23a3c6106618ba2a98d7de65d2faa68913a (patch)
tree2cc87fcd21e172b5ff1dc65774e91bb2bf462e96 /misc/tmate
parent361ea36f3d37cf541919a491cf7df1ac12ebe0b4 (diff)
downloadpkgsrc-109dc23a3c6106618ba2a98d7de65d2faa68913a.tar.gz
Wants curses and not just termcap.
Diffstat (limited to 'misc/tmate')
-rw-r--r--misc/tmate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tmate/Makefile b/misc/tmate/Makefile
index 8afb2498279..e68473e4b01 100644
--- a/misc/tmate/Makefile
+++ b/misc/tmate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/23 18:56:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/10 01:01:34 dholland Exp $
DISTNAME= tmate-2.2.1
CATEGORIES= misc
@@ -21,5 +21,5 @@ pre-configure:
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/msgpack/buildlink3.mk"
.include "../../security/libssh/buildlink3.mk"
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"