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/snmptt | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-mgmt/snmptt')
-rw-r--r-- | net-mgmt/snmptt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile index 979da60353b1..3b4a0de09d88 100644 --- a/net-mgmt/snmptt/Makefile +++ b/net-mgmt/snmptt/Makefile @@ -15,11 +15,11 @@ LICENSE= GPLv2 USES= perl5 shebangfix tar:tgz USE_RC_SUBR= snmptt -RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp \ - p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ - p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced \ - p5-Text-ParseWords>=0:${PORTSDIR}/textproc/p5-Text-ParseWords \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp \ + p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \ + p5-Text-Balanced>=0:textproc/p5-Text-Balanced \ + p5-Text-ParseWords>=0:textproc/p5-Text-ParseWords \ + p5-Time-HiRes>=0:devel/p5-Time-HiRes DOCS= faqs.html index.html layout1.css snmptt.html \ snmpttconvert.html snmpttconvertmib.html |