Fix apache2 dependency.

PR:		80067
Submitted by:	Denis Shaposhnikov (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-04-18 12:51:17 +00:00
parent 7fee463c38
commit 1ca80e82f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133578

View file

@ -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>