- Lists run depends explicitly.
Pointed out by: eadler
This commit is contained in:
parent
61f0c93316
commit
02cdf14494
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292112
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ COMMENT= Perl extension to invoke callback on construction of entersub OPs
|
|||
RUN_DEPENDS= \
|
||||
p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
|
||||
p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
BUILD_DEPENDS= \
|
||||
p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
|
||||
p5-B-Utils>0:${PORTSDIR}/devel/p5-B-Utils \
|
||||
p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue