summaryrefslogtreecommitdiff
path: root/net/scli
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
commit55aca0d76b58d06bb6b890875b44d522cf3c2588 (patch)
treeb25d7ac702f9caec63aa2d4191ff6745fa9e603c /net/scli
parent1ba9f001d9f6c0ee247f56c207b998985be57a91 (diff)
downloadpkgsrc-55aca0d76b58d06bb6b890875b44d522cf3c2588.tar.gz
Use the curses framework.
Diffstat (limited to 'net/scli')
-rw-r--r--net/scli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scli/Makefile b/net/scli/Makefile
index 852363a50b6..59432eedff6 100644
--- a/net/scli/Makefile
+++ b/net/scli/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/08/18 07:31:15 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/04 20:34:06 roy Exp $
#
DISTNAME= scli-0.3.1
@@ -18,10 +18,10 @@ BUILDLINK_API_DEPENDS.readline+= readline>=4.0
INFO_FILES= yes
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
# history_list
.include "../../devel/readline/buildlink3.mk"
.include "../../net/gnet/buildlink3.mk"
.include "../../net/gsnmp/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"