summaryrefslogtreecommitdiff
path: root/net/mosh
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 19:58:00 +0000
committerroy <roy@pkgsrc.org>2017-01-04 19:58:00 +0000
commitc22f786255f22d880011f6ed6dc07e5fe1ceb432 (patch)
tree8977542925b56f9b6b77e1507b475ab61cbbbace /net/mosh
parent5fb9fb2e72e3036cd1e334e2d03b005575b06733 (diff)
downloadpkgsrc-c22f786255f22d880011f6ed6dc07e5fe1ceb432.tar.gz
Use the curses framework.
Diffstat (limited to 'net/mosh')
-rw-r--r--net/mosh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mosh/Makefile b/net/mosh/Makefile
index 5b4ec19ccca..d73277a2416 100644
--- a/net/mosh/Makefile
+++ b/net/mosh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/08/24 10:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/04 19:58:00 roy Exp $
DISTNAME= mosh-1.2.6
CATEGORIES= net
@@ -17,12 +17,12 @@ USE_LANGUAGES+= c c++
REPLACE_PERL+= scripts/mosh.pl
-.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/protobuf/buildlink3.mk"
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.0.4
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"