Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp net-snmp: Requires curses for bin/snmpps.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8437a61edca9
branches:  trunk
changeset: 434880:8437a61edca9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 25 10:54:42 2020 +0000

description:
net-snmp: Requires curses for bin/snmpps.

diffstat:

 net/net-snmp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bd55c242df92 -r 8437a61edca9 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Thu Jun 25 08:45:00 2020 +0000
+++ b/net/net-snmp/Makefile     Thu Jun 25 10:54:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2020/06/16 10:06:04 otis Exp $
+# $NetBSD: Makefile,v 1.131 2020/06/25 10:54:42 jperkin Exp $
 
 .include "Makefile.common"
 CATEGORIES=    net
@@ -139,6 +139,7 @@
        ${INSTALL_DATA} ${WRKSRC}/agent/snmp_perl.pl \
                ${DESTDIR}${PREFIX}/share/snmp/
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index