pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dnstop



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 10:01:44 UTC 2017

Modified Files:
        pkgsrc/net/dnstop: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/dnstop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dnstop/Makefile
diff -u pkgsrc/net/dnstop/Makefile:1.25 pkgsrc/net/dnstop/Makefile:1.26
--- pkgsrc/net/dnstop/Makefile:1.25     Tue Aug 18 07:31:14 2015
+++ pkgsrc/net/dnstop/Makefile  Wed Jan  4 10:01:44 2017
@@ -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 @@ do-install:
        ${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