diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
commit | 4c68c01d0f361a4952973ce690a092d646acb7f3 (patch) | |
tree | 768b23086cd4c3e5b50d1df107582add5813e9e4 /sysutils/jps | |
parent | 816258886feae2b6709756fd4b521a6ca59421a6 (diff) |
Notes
Diffstat (limited to 'sysutils/jps')
-rw-r--r-- | sysutils/jps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jps/Makefile b/sysutils/jps/Makefile index e3eae515546b..ef2778fe57d5 100644 --- a/sysutils/jps/Makefile +++ b/sysutils/jps/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://ext.by/jps/ MAINTAINER= pavel@ext.by COMMENT= Wrapper to ps(1) that maps pids to jails -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +BUILD_DEPENDS= p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} MAN1= jps.1 |