diff options
author | bms <bms@FreeBSD.org> | 2004-07-19 21:06:59 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-07-19 21:06:59 +0800 |
commit | 9ea0b0fdcbf5568cd5e34a9152d77771078e50f6 (patch) | |
tree | 316a79e05204457676d101ca95ddc91857f1ff23 /net-mgmt | |
parent | 02bc88490ffac49bc669d65471340bdb4e5068f9 (diff) | |
download | freebsd-ports-gnome-9ea0b0fdcbf5568cd5e34a9152d77771078e50f6.tar.gz freebsd-ports-gnome-9ea0b0fdcbf5568cd5e34a9152d77771078e50f6.tar.zst freebsd-ports-gnome-9ea0b0fdcbf5568cd5e34a9152d77771078e50f6.zip |
Add missing dependency on ${LOCALBASE}/libexec/nagios (plugin directory).
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index 921f454ce523..d2cbe422bf9f 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -14,6 +14,7 @@ MAINTAINER= bms@spc.org COMMENT= Additional SNMP plugins for Nagios LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +RUN_DEPENDS= ${LOCALBASE}/libexec/nagios:${PORTSDIR}/net-mgmt/nagios-plugins GNU_CONFIGURE= yes USE_AUTOMAKE_VER= 14 |