diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/nedi/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-mgmt/nedi/Makefile')
-rw-r--r-- | net-mgmt/nedi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/nedi/Makefile b/net-mgmt/nedi/Makefile index 3bd8bed2e6b6..79fdb24f2d7e 100644 --- a/net-mgmt/nedi/Makefile +++ b/net-mgmt/nedi/Makefile @@ -12,10 +12,10 @@ COMMENT= Network discovery and monitoring tool LICENSE= GPLv2 -RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco \ - p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ + p5-Net-Telnet-Cisco>=0:net-mgmt/p5-Telnet-Cisco \ + p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ + p5-DBI>=0:databases/p5-DBI USES= perl5 shebangfix tar:tgz SHEBANG_FILES= *.pl html/inc/Devsend.pl |