summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-05 22:11:03 +0000
committerSteve Wills <swills@FreeBSD.org>2012-01-05 22:11:03 +0000
commit9dca4314af6c8c4474839c4c5cee05b75baac88a (patch)
tree29b09babb11538aae8de9121c9a5e7e43a4fd1cd /math
parent- Add TEST_DEPENDS to allow testing (diff)
- Add TEST_DEPENDS to enable teting
- Expand BUILD_DEPENDS before assigning it to RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=288569
Diffstat (limited to 'math')
-rw-r--r--math/p5-Number-WithError-LaTeX/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Number-WithError-LaTeX/Makefile b/math/p5-Number-WithError-LaTeX/Makefile
index 89c6ed6711f3..24fa09b53c85 100644
--- a/math/p5-Number-WithError-LaTeX/Makefile
+++ b/math/p5-Number-WithError-LaTeX/Makefile
@@ -19,7 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Par
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \
${SITE_PERL}/Number/WithError.pm:${PORTSDIR}/math/p5-Number-WithError \
${SITE_PERL}/TeX/Encode.pm:${PORTSDIR}/textproc/p5-TeX-Encode
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-LectroTest>=0:${PORTSDIR}/devel/p5-Test-LectroTest
MAN3= Number::WithError::LaTeX.3