Hi,
I have a port that depends on nagios which is nagios3.5. nagios4 also exists and can be used.
Can I somehow override RUN_DEPENDS without touching the Makefile? I'm using poudrere.
Now:
Desired:
Thank you!
I have a port that depends on nagios which is nagios3.5. nagios4 also exists and can be used.
Can I somehow override RUN_DEPENDS without touching the Makefile? I'm using poudrere.
Now:
Code:
RUN_DEPENDS= nagios:net-mgmt/nagios \
${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR}
Code:
RUN_DEPENDS= nagios:net-mgmt/nagios4 \
${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR}