diff options
author | sem <sem@FreeBSD.org> | 2005-05-18 01:18:23 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-05-18 01:18:23 +0800 |
commit | 2a28a0f1d9adc608188672404483dfbacc4abd40 (patch) | |
tree | d821dcd7becc521e07c7091a250bc64ff07df60d /devel/p5-Log-Dispatch | |
parent | 3cd709fac494ee56f779f1c82b912df546c1dbb8 (diff) | |
download | freebsd-ports-graphics-2a28a0f1d9adc608188672404483dfbacc4abd40.tar.gz freebsd-ports-graphics-2a28a0f1d9adc608188672404483dfbacc4abd40.tar.zst freebsd-ports-graphics-2a28a0f1d9adc608188672404483dfbacc4abd40.zip |
- Mark ports BROKEN when/if they depend on mod_perl2.
With current mod_perl2 API change all old code *will* broken.
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index ab8d57f5c27..2d4e492cc51 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -55,6 +55,7 @@ post-install: .if defined(WITH_APACHELOG) .if defined(WITH_APACHE2) +BROKEN= Broken due the new mod_perl2 API BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 .else BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl |