diff options
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 2fbc7777fed..8c083dc50ef 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 |