diff options
Diffstat (limited to 'math/p5-Math-SymbolicX-Statistics-Distributions')
-rw-r--r-- | math/p5-Math-SymbolicX-Statistics-Distributions/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile index 6a2f73822243..c7138031a728 100644 --- a/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile +++ b/math/p5-Math-SymbolicX-Statistics-Distributions/Makefile @@ -16,7 +16,8 @@ COMMENT= Statistical distributions BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \ ${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest MAN3= Math::SymbolicX::Statistics::Distributions.3 |