diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-06 05:38:49 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-06 05:38:49 +0800 |
commit | cf62a9069276731a5dcfb1b9c143a50590d4a7b1 (patch) | |
tree | a1c2f03d01560db9da6164bce215a8e8782d34b8 | |
parent | 9aa5dca8a7269fe1591062bab6801ca45a2352a4 (diff) | |
download | freebsd-ports-gnome-cf62a9069276731a5dcfb1b9c143a50590d4a7b1.tar.gz freebsd-ports-gnome-cf62a9069276731a5dcfb1b9c143a50590d4a7b1.tar.zst freebsd-ports-gnome-cf62a9069276731a5dcfb1b9c143a50590d4a7b1.zip |
- Add TEST_DEPENDS to enable testing
-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 |