- Fix p5-libapreq2 dependency

PR:		ports/94047
Reported by:	Jeff Bachtel
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2006-03-26 18:00:28 +00:00
parent 371160e582
commit 72816ee6b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158168

View file

@ -68,7 +68,7 @@ IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.if defined(WITH_MOD_PERL)
.if defined(WITH_APACHE2)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
.else
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
.endif