diff options
Diffstat (limited to 'sysutils/jtop/Makefile')
-rw-r--r-- | sysutils/jtop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile index 9add4b278bb2..363f6d1efef7 100644 --- a/sysutils/jtop/Makefile +++ b/sysutils/jtop/Makefile @@ -14,7 +14,7 @@ MAINTAINER= pavel@ext.by COMMENT= Wrapper to top(1) that maps pids to jails BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= jtop.1 MANCOMPRESSED= yes |