1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento)

Reported by:	bento via kris
This commit is contained in:
Pav Lucistnik 2004-01-23 17:23:50 +00:00
parent 48c7506915
commit 1e17b1014b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98902
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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