diff options
author | ale <ale@FreeBSD.org> | 2004-02-10 11:44:00 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-10 11:44:00 +0000 |
commit | 24d5119e9356b9f61340d310e1fe4f8b9ee0e427 (patch) | |
tree | 345bd3955fa4464548e4e26cd5cd417e66b9bcb4 /lang/php5 | |
parent | dd30201341c327f2c7d334956a66b26a9f020fde (diff) | |
download | FreeBSD-ports-24d5119e9356b9f61340d310e1fe4f8b9ee0e427.zip FreeBSD-ports-24d5119e9356b9f61340d310e1fe4f8b9ee0e427.tar.gz |
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')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 1d27b5e..693aecc 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 |