diff options
Diffstat (limited to 'devel/p5-Test-Expect')
-rw-r--r-- | devel/p5-Test-Expect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Test-Expect/Makefile b/devel/p5-Test-Expect/Makefile index ca50bec7f2b4..b305f0519ac6 100644 --- a/devel/p5-Test-Expect/Makefile +++ b/devel/p5-Test-Expect/Makefile @@ -16,7 +16,7 @@ COMMENT= Automated driving and testing of terminal-based programs BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Chained/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ ${SITE_PERL}/Expect/Simple.pm:${PORTSDIR}/devel/p5-Expect-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Test::Expect.3 |