diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-09 22:29:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-09 22:29:35 +0000 |
commit | 8d4506d5d666b456c8b1ff535ca72e4e51265730 (patch) | |
tree | cf829bbd71da2f9752eb779269fc008e7f1764d3 /net | |
parent | 3df2a8c93972e205c0ae271bcbe28d1810e85e63 (diff) | |
download | pkgsrc-8d4506d5d666b456c8b1ff535ca72e4e51265730.tar.gz |
Fix a dependency to match the current version.
Diffstat (limited to 'net')
-rw-r--r-- | net/netsaint-plugin-snmp/Makefile | 4 |
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" |