Fix TEST_DEPENDS and use = instead of +=
This commit is contained in:
parent
48830dd521
commit
1ccafe3e6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438560
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ LICENSE_COMB= dual
|
|||
BUILD_DEPENDS= devel/p5-Moo>=0:devel/p5-Moo \
|
||||
devel/p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS+= devel/p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
Loading…
Reference in a new issue