diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile --- p5-HTML-Mason.orig/Makefile Fri Apr 15 22:59:29 2005 +++ p5-HTML-Mason/Makefile Mon Apr 18 16:00:35 2005 @@ -66,7 +66,11 @@ .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