aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-Mason
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-03-27 02:00:28 +0800
committersem <sem@FreeBSD.org>2006-03-27 02:00:28 +0800
commit6e54e446d9aa787fbb7c840a74b52f6889d0e8f1 (patch)
tree6e9c0fbf60040c5a3bc9b630bb17172e57358141 /www/p5-HTML-Mason
parent73baddf2b50903348f75dbd983495f391b7d69d8 (diff)
downloadfreebsd-ports-gnome-6e54e446d9aa787fbb7c840a74b52f6889d0e8f1.tar.gz
freebsd-ports-gnome-6e54e446d9aa787fbb7c840a74b52f6889d0e8f1.tar.zst
freebsd-ports-gnome-6e54e446d9aa787fbb7c840a74b52f6889d0e8f1.zip
- Fix p5-libapreq2 dependency
PR: ports/94047 Reported by: Jeff Bachtel Submitted by: maintainer
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r--www/p5-HTML-Mason/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index 1d479352812d..fddfa0551f67 100644
--- a/www/p5-HTML-Mason/Makefile
+++ b/www/p5-HTML-Mason/Makefile
@@ -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