diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2009-02-22 19:57:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2009-02-22 19:57:35 +0000 |
commit | 19ab09646ec5a8438bf136e773413418d2d85923 (patch) | |
tree | 4f5d87193f41d54803f1e2760fc27665e119f89f /devel/p5-Log-Dispatch | |
parent | d8cb06964cf435a87338b1b284e84f180ae32e0d (diff) |
Remove BROKEN line for mod_perl2 dependency, as it's supported since 2.17.
PR: 131935
Submitted by: Florian Smeets
Notes
Notes:
svn path=/head/; revision=228840
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 4d3658dfcb55..0719b264b08d 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -54,7 +54,6 @@ post-install: .if defined(WITH_APACHELOG) .if defined(WITH_APACHE2) -BROKEN= Broken due the new mod_perl2 API RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl |