aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/zabbix2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-24 01:23:50 +0800
committerpav <pav@FreeBSD.org>2004-01-24 01:23:50 +0800
commitde01b87ba31bd50b14d1dc782c2476ec66e3db4d (patch)
treedfe334522dcfd9bb5044c214f37a1ec3b84bb86e /net-mgmt/zabbix2
parent80d65482ea44deee2094417adfb2e317d746d703 (diff)
downloadfreebsd-ports-gnome-de01b87ba31bd50b14d1dc782c2476ec66e3db4d.tar.gz
freebsd-ports-gnome-de01b87ba31bd50b14d1dc782c2476ec66e3db4d.tar.zst
freebsd-ports-gnome-de01b87ba31bd50b14d1dc782c2476ec66e3db4d.zip
- Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento)
Reported by: bento via kris
Diffstat (limited to 'net-mgmt/zabbix2')
-rw-r--r--net-mgmt/zabbix2/Makefile2
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