diff options
Diffstat (limited to '')
-rw-r--r-- | net/nagios-plugins/scripts/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/nagios-plugins/scripts/configure b/net/nagios-plugins/scripts/configure index e466804b992a..b5df50aa0f2e 100644 --- a/net/nagios-plugins/scripts/configure +++ b/net/nagios-plugins/scripts/configure @@ -67,6 +67,8 @@ while [ "$1" ]; do \"NetSNMP\") echo "BUILD_DEPENDS+= snmpcheck:\${PORTSDIR}/net/net-snmp" echo "RUN_DEPENDS+= snmpcheck:\${PORTSDIR}/net/net-snmp" + echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP" + echo "RUN_DEPENDS+= \${LOCALBASE}/lib/perl5/site_perl/\${PERL_VER}/Net/SNMP.pm:\${PORTSDIR}/net/p5-Net-SNMP" echo "CONFIGURE_ARGS+= --enable-snmp" SUB_SNMP="" ;; |