diff options
author | pav <pav@FreeBSD.org> | 2004-01-23 17:23:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-23 17:23:50 +0000 |
commit | de01b87ba31bd50b14d1dc782c2476ec66e3db4d (patch) | |
tree | dfe334522dcfd9bb5044c214f37a1ec3b84bb86e | |
parent | 80d65482ea44deee2094417adfb2e317d746d703 (diff) | |
download | FreeBSD-ports-de01b87ba31bd50b14d1dc782c2476ec66e3db4d.zip FreeBSD-ports-de01b87ba31bd50b14d1dc782c2476ec66e3db4d.tar.gz |
- Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento)
Reported by: bento via kris
-rw-r--r-- | net-mgmt/zabbix/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/zabbix2/Makefile | 2 | ||||
-rw-r--r-- | net/zabbix/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile index 1bfa3af..c3c2f59 100644 --- a/net-mgmt/zabbix/Makefile +++ b/net-mgmt/zabbix/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 diff --git a/net-mgmt/zabbix2/Makefile b/net-mgmt/zabbix2/Makefile index 1bfa3af..c3c2f59 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 diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index 1bfa3af..c3c2f59 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/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 |