diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-23 17:23:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-23 17:23:50 +0000 |
commit | 1e17b1014bf88869be66224bc113039986571333 (patch) | |
tree | 128ae4d841392782c9fbd2434f965ef1315d6e37 /net-mgmt/zabbix2 | |
parent | 48c7506915d4dd34c227ad055478fae7228bc713 (diff) |
Notes
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 1bfa3af0a94f..c3c2f59f0dbd 100644 --- a/net-mgmt/zabbix2/Makefile +++ b/net-mgmt/zabbix2/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp RUN_DEPENDS= php:${PORTSDIR}/lang/php4-nms .ifndef(WITHOUT_FPING) -RUN_DEPENDS+= fping:${PORTSDIR}/net/fping +RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping .endif USE_MYSQL= yes |