pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dnstop Use the curses framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8089b21b9013
branches:  trunk
changeset: 356720:8089b21b9013
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Jan 04 10:01:44 2017 +0000

description:
Use the curses framework.

diffstat:

 net/dnstop/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e36742756982 -r 8089b21b9013 net/dnstop/Makefile
--- a/net/dnstop/Makefile       Wed Jan 04 09:40:15 2017 +0000
+++ b/net/dnstop/Makefile       Wed Jan 04 10:01:44 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/08/18 07:31:14 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/01/04 10:01:44 roy Exp $
 #
 
 DISTNAME=      dnstop-20140915
@@ -20,7 +20,7 @@
        ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
        ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DESTDIR}${PREFIX}/share/doc/dnstop
 
-.include "../../devel/ncurses/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libpcap+=                libpcap>=0.7.0
 .include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index