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/icli | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net-mgmt/icli')
-rw-r--r-- | net-mgmt/icli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/icli/Makefile b/net-mgmt/icli/Makefile index 9bb23f747e5c..26921b041c53 100644 --- a/net-mgmt/icli/Makefile +++ b/net-mgmt/icli/Makefile @@ -14,9 +14,9 @@ LICENSE_NAME= ICLI license LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ - icinga:${PORTSDIR}/net-mgmt/icinga-core +RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-Term-Size>=0:devel/p5-Term-Size \ + icinga:net-mgmt/icinga-core ICINGADIR?= /var/spool/icinga |