Fix apache2 dependency.
PR: 80067 Submitted by: Denis Shaposhnikov (maintainer)
This commit is contained in:
parent
7fee463c38
commit
1ca80e82f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133578
1 changed files with 4 additions and 0 deletions
|
@ -66,7 +66,11 @@ BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
|||
.endif
|
||||
|
||||
.if defined(WITH_MOD_PERL)
|
||||
.if defined(WITH_APACHE2)
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
|
||||
.else
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue