aboutsummaryrefslogtreecommitdiff
path: root/www/horde4-base
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 14:02:43 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 14:02:43 +0000
commit2290957a28ae9f4456734b22217fbc43d27e1138 (patch)
tree87160d8b7ac0944c865cf421c3ccf02c03bb8e20 /www/horde4-base
parent727dd166587be65125274420516a7bdeeff44069 (diff)
downloadports-2290957a28ae9f4456734b22217fbc43d27e1138.tar.gz
ports-2290957a28ae9f4456734b22217fbc43d27e1138.zip
Notes
Diffstat (limited to 'www/horde4-base')
-rw-r--r--www/horde4-base/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile
index 489d0c74b547..f973f534b24d 100644
--- a/www/horde4-base/Makefile
+++ b/www/horde4-base/Makefile
@@ -271,6 +271,10 @@ pre-configure:
.if ${PHP_VER} == 5
@${REINPLACE_CMD} -e "s:mod_php4.c:mod_php5.c:" ${WRKDIR}/httpd-horde.conf
.endif
+.if ${APACHE_VERSION} >= 22
+ @${REINPLACE_CMD} -e "s:IfModule mod_\([^ ]*\)\.c:IfModule \1_module:" \
+ ${WRKDIR}/httpd-horde.conf
+.endif
@${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" ${WRKSRC}/config/mime_drivers.php.dist
.if !defined(WITHOUT_X11)
. if !defined(WITHOUT_WV)