pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netsaint-plugin-snmp Fix a dependency to match the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20220af6c6a1
branches:  trunk
changeset: 480445:20220af6c6a1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 09 22:29:35 2004 +0000

description:
Fix a dependency to match the current version.

diffstat:

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

diffs (18 lines):

diff -r 88f56804d119 -r 20220af6c6a1 net/netsaint-plugin-snmp/Makefile
--- a/net/netsaint-plugin-snmp/Makefile Thu Sep 09 22:27:23 2004 +0000
+++ b/net/netsaint-plugin-snmp/Makefile Thu Sep 09 22:29:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/22 16:40:50 christos Exp $
+# $NetBSD: Makefile,v 1.11 2004/09/09 22:29:35 wiz Exp $
 #
 
 DISTNAME=      netsaint-plugins-1.2.9-4
@@ -12,7 +12,7 @@
 COMMENT=       SNMP monitoring plug-in for netsaint
 
 DEPENDS+=      netsaint-base-[0-9]*:../../net/netsaint-base
-DEPENDS+=      net-snmp-5.0.9*:../../net/net-snmp
+DEPENDS+=      net-snmp>=5.0.9:../../net/net-snmp
 
 .include "../../net/netsaint-base/Makefile.common"
 



Home | Main Index | Thread Index | Old Index