diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
commit | 33915fc265aa96a6f8ef355401b4fd1d15adb450 (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/packter-agent | |
parent | 6ab409bf8da652f1e7e058e7c0bafef722181c84 (diff) |
Notes
Diffstat (limited to 'net/packter-agent')
-rw-r--r-- | net/packter-agent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/packter-agent/Makefile b/net/packter-agent/Makefile index a5780b6f55e8..beeba52cf054 100644 --- a/net/packter-agent/Makefile +++ b/net/packter-agent/Makefile @@ -32,7 +32,8 @@ CONFIGURE_ARGS+= --disable-ipv6 .endif .if ${PORT_OPTIONS:MPACKTERTC} -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run RUN_DEPENDS+= p5-XML-Pastor>=0:${PORTSDIR}/devel/p5-XML-Pastor PLIST_SUB+= PACKTERTC="" .else |