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/pancho/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net-mgmt/pancho/Makefile')
-rw-r--r-- | net-mgmt/pancho/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/pancho/Makefile b/net-mgmt/pancho/Makefile index 232a6c2988af..49a94d7e33c9 100644 --- a/net-mgmt/pancho/Makefile +++ b/net-mgmt/pancho/Makefile @@ -11,9 +11,9 @@ DISTNAME= pancho-v${PORTVERSION} MAINTAINER= ecu@200ok.org COMMENT= Network devices management tool using TFTP and SNMP -RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ - p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ - p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager +RUN_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \ + p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \ + p5-Parallel-ForkManager>=0:devel/p5-Parallel-ForkManager WRKSRC= ${WRKDIR}/Pancho-${PORTVERSION} USES= perl5 |