diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-23 04:22:26 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-08-23 04:22:26 +0000 |
commit | a6ba3c2632ccecbd7533bc4c1fa3378b3a42dca9 (patch) | |
tree | 888d861836b8be968f7feef7d97baa56d5f54d8a /devel/p5-Log-Dispatch | |
parent | 16930f57d110ca964fe586fd4d96530fd7a02ebe (diff) | |
download | ports-a6ba3c2632ccecbd7533bc4c1fa3378b3a42dca9.tar.gz ports-a6ba3c2632ccecbd7533bc4c1fa3378b3a42dca9.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Dispatch')
-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 44c942feae7a..0a097e580902 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -62,7 +62,7 @@ USE_APACHE= 1.3+ .if ${APACHE_VERSION} == 13 RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl .else -RUN_DEPENDS+= mod_perl2>=2.0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 .endif .endif |