aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-04-18 20:51:17 +0800
committernovel <novel@FreeBSD.org>2005-04-18 20:51:17 +0800
commit17167ce4f1e9993b6c4ebcc20ac9257046d22e77 (patch)
tree7568e40274a9e482e0662bb8c41296fc3467856e /www/p5-HTML-Mason
parent9a27d971a813633a0ede25d622ec6a09da6ba365 (diff)
downloadfreebsd-ports-gnome-17167ce4f1e9993b6c4ebcc20ac9257046d22e77.tar.gz
freebsd-ports-gnome-17167ce4f1e9993b6c4ebcc20ac9257046d22e77.tar.zst
freebsd-ports-gnome-17167ce4f1e9993b6c4ebcc20ac9257046d22e77.zip
Fix apache2 dependency.
PR: 80067 Submitted by: Denis Shaposhnikov (maintainer)
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index 98e771feec2e..3a4d6ed7925d 100644
--- a/www/p5-HTML-Mason/Makefile
+++ b/www/p5-HTML-Mason/Makefile
@@ -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>