diff options
Diffstat (limited to 'sysutils/monkeytail/Makefile')
-rw-r--r-- | sysutils/monkeytail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/monkeytail/Makefile b/sysutils/monkeytail/Makefile index 3cc587cbcf1d..50afac19ee07 100644 --- a/sysutils/monkeytail/Makefile +++ b/sysutils/monkeytail/Makefile @@ -15,8 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= yzlin@FreeBSD.org COMMENT= A multi-file tail on both local and remote hosts -RUN_DEPENDS= ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General \ - ${SITE_PERL}/Getopt/Declare.pm:${PORTSDIR}/devel/p5-Getopt-Declare +RUN_DEPENDS= p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ + p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare USE_PERL5_RUN= yes |