pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/net-snmp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 25 10:54:42 UTC 2020

Modified Files:
        pkgsrc/net/net-snmp: Makefile

Log Message:
net-snmp: Requires curses for bin/snmpps.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/net/net-snmp/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/net-snmp/Makefile
diff -u pkgsrc/net/net-snmp/Makefile:1.130 pkgsrc/net/net-snmp/Makefile:1.131
--- pkgsrc/net/net-snmp/Makefile:1.130  Tue Jun 16 10:06:04 2020
+++ pkgsrc/net/net-snmp/Makefile        Thu Jun 25 10:54:42 2020
@@ -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 @@ post-install:
        ${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