summaryrefslogtreecommitdiff
path: root/net/scli
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 19:58:00 +0000
committerroy <roy>2017-01-04 19:58:00 +0000
commit4b3f8325be3ad32ab8f12db7b80ae33a0f3fa861 (patch)
treeb25d7ac702f9caec63aa2d4191ff6745fa9e603c /net/scli
parent65025137ff90d9671820127defe81ec1ac6c6707 (diff)
downloadpkgsrc-4b3f8325be3ad32ab8f12db7b80ae33a0f3fa861.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"