summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-02-10 11:44:00 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-02-10 11:44:00 +0000
commitd32dce0a680b63c6a7132c399f3860efd19ad969 (patch)
tree2d6fbae2a1bacd1e8f3dbcbfd56867d0e13d0049 /lang/php5
parentFix dependency on kdegames after KDE 3.2 update. (diff)
Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in my
previous commit). Noticed by: kuriyama Approved by: nork (mentor/implicitly)
Notes
Notes: svn path=/head/; revision=100540
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 1d27b5e2ba00..693aecc26b51 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -542,7 +542,7 @@ CONFIGURE_ARGS+=--with-zlib
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
-.if exists(${LOCALBASE}/include/apache2/apr.h)
+.if exists(${LOCALBASE}/include/apache2/httpd.h)
WITH_APACHE2= yes
APACHE_MPM!= ${APXS} -q MPM_NAME
.endif