diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/heartbeat | |
parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) | |
download | ports-7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc.tar.gz ports-7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc.zip |
Notes
Diffstat (limited to 'sysutils/heartbeat')
-rw-r--r-- | sysutils/heartbeat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 225673bdb307..4f32a9981e4b 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -80,7 +80,8 @@ PLIST_SUB+= MGMT="@comment " .if ${PORT_OPTIONS:MLDIRECTORD} RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools -USE_PERL5_RUN= yes +USES+= perl5 +USE_PERL5= run PLIST_SUB+= LDIRECTORD="" MAN8+= ldirectord.8 .else |