diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 17:18:23 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-17 17:18:23 +0000 |
commit | ab908d209c4065efb03d0b588f9db1bd2de0d4b2 (patch) | |
tree | 1f336bda18d078674e000a4d44cb585055f52e08 /devel | |
parent | d0a81ab302abf231ddda3c1558d038a459e76950 (diff) |
- Mark ports BROKEN when/if they depend on mod_perl2.
With current mod_perl2 API change all old code *will* broken.
Notes
Notes:
svn path=/head/; revision=135501
Diffstat (limited to 'devel')
-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 ab8d57f5c277..2d4e492cc511 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 |