- Fix typo in TEST_DEPENDS
PR: ports/166766 Submitted by: swills Feature safe: yes
This commit is contained in:
parent
26693c5a96
commit
f3e83c6523
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294427
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ COMMENT= IO::Any opens anything
|
|||
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
||||
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
|
||||
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/Test-Differences \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/Test-Exception
|
||||
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue