diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 01:03:42 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 01:03:42 +0000 |
commit | 4bd953d9e9f77c9e1688cc3fec99356749069fce (patch) | |
tree | 1b034c239e697c7fa03f7560ca57dd01ba334b56 /net/nagios-plugins/scripts/configure | |
parent | Update to 1.6 release (diff) |
Add nagios-plugins after repocopy from netsaint-plugins.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Repocopied by: joe
Notes
Notes:
svn path=/head/; revision=63351
Diffstat (limited to 'net/nagios-plugins/scripts/configure')
-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="" ;; |