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:
parent
48c7506915
commit
1e17b1014b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98902
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user