summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-09 22:29:35 +0000
committerwiz <wiz@pkgsrc.org>2004-09-09 22:29:35 +0000
commit0ff3f9348090685ec04e98b3cac9cb657d241168 (patch)
treecf829bbd71da2f9752eb779269fc008e7f1764d3
parent61ea80493c7ead4ee89fd8eb5d3da78ee9f3861c (diff)
downloadpkgsrc-0ff3f9348090685ec04e98b3cac9cb657d241168.tar.gz
Fix a dependency to match the current version.
-rw-r--r--net/netsaint-plugin-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index ae9e821cdf5..f1a6181db93 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -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 @@ HOMEPAGE= http://netsaintplug.sourceforge.net/
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"