diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-06 14:02:43 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-06 14:02:43 +0000 |
commit | 2290957a28ae9f4456734b22217fbc43d27e1138 (patch) | |
tree | 87160d8b7ac0944c865cf421c3ccf02c03bb8e20 /www/horde/Makefile | |
parent | 727dd166587be65125274420516a7bdeeff44069 (diff) | |
download | ports-2290957a28ae9f4456734b22217fbc43d27e1138.tar.gz ports-2290957a28ae9f4456734b22217fbc43d27e1138.zip |
Notes
Diffstat (limited to 'www/horde/Makefile')
-rw-r--r-- | www/horde/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 489d0c74b547..f973f534b24d 100644 --- a/www/horde/Makefile +++ b/www/horde/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) |