- Add TEST_DEPENDS to enable teting
- Expand BUILD_DEPENDS before assigning it to RUN_DEPENDS
This commit is contained in:
parent
63580c2ed8
commit
9dca4314af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288569
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue