summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2010-02-12 23:34:30 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2010-02-12 23:34:30 +0000
commitd02233f4b4ebb4b58f353653e774c90b99d81bca (patch)
tree04f31d88d6b0d29f02927679b1e309d3bff185c1 /devel
parentFix the build with utmpx.h. (diff)
Correct the depedency on mod_perl2.
Approved by: kuriyama
Notes
Notes: svn path=/head/; revision=249738
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Dispatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 2fbc7777fed6..8c083dc50efd 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -54,7 +54,7 @@ post-install:
.if defined(WITH_APACHELOG)
.if defined(WITH_APACHE2)
-RUN_DEPENDS+= mod_perl>=2.0:${PORTSDIR}/www/mod_perl2
+RUN_DEPENDS+= mod_perl2>=2.0:${PORTSDIR}/www/mod_perl2
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
.endif