diff options
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 1d27b5e2ba00..693aecc26b51 100644 --- a/lang/php53/Makefile +++ b/lang/php53/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 |