diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-12-09 02:33:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-12-09 02:33:04 +0000 |
commit | ec3dff945cb1f668e0a68be28bd21c6669c90100 (patch) | |
tree | a141f916025a5b40dde224d89b9a0fbb9b18883f /net-mgmt/nagios-snmp-plugins | |
parent | 7f1865a02c8419bca8ff5ca9a4fc53d7ff7894a0 (diff) | |
download | ports-ec3dff945cb1f668e0a68be28bd21c6669c90100.tar.gz ports-ec3dff945cb1f668e0a68be28bd21c6669c90100.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-snmp-plugins')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index d2cbe422bf9f..75eeec3c6fa1 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,13 +7,14 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.hometree.net/pub/${PORTNAME}/ MAINTAINER= bms@spc.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= ${LOCALBASE}/libexec/nagios:${PORTSDIR}/net-mgmt/nagios-plugins GNU_CONFIGURE= yes |