diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/cisco-torch/Makefile | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | freebsd-ports-gnome-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz freebsd-ports-gnome-597afc47baba19000afd8ec4880a2c47975b0367.tar.zst freebsd-ports-gnome-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/cisco-torch/Makefile')
-rw-r--r-- | security/cisco-torch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/cisco-torch/Makefile b/security/cisco-torch/Makefile index 0b6d7687f384..d7922bdf0d1e 100644 --- a/security/cisco-torch/Makefile +++ b/security/cisco-torch/Makefile @@ -12,10 +12,10 @@ COMMENT= Mass Cisco Vulnerability Scanner LICENSE= LGPL21 -RUN_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \ - p5-Net-SSH2>=0:${PORTSDIR}/net/p5-Net-SSH2 \ - p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet \ + p5-Net-SSH2>=0:net/p5-Net-SSH2 \ + p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay USES= perl5 shebangfix SHEBANG_FILES= ${WRKSRC}/cisco-torch.pl |