aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-10 19:44:00 +0800
committerale <ale@FreeBSD.org>2004-02-10 19:44:00 +0800
commit24d5119e9356b9f61340d310e1fe4f8b9ee0e427 (patch)
tree345bd3955fa4464548e4e26cd5cd417e66b9bcb4 /lang/php5/Makefile
parentdd30201341c327f2c7d334956a66b26a9f020fde (diff)
downloadfreebsd-ports-gnome-24d5119e9356b9f61340d310e1fe4f8b9ee0e427.tar.gz
freebsd-ports-gnome-24d5119e9356b9f61340d310e1fe4f8b9ee0e427.tar.zst
freebsd-ports-gnome-24d5119e9356b9f61340d310e1fe4f8b9ee0e427.zip
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)
Diffstat (limited to 'lang/php5/Makefile')
-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