diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-10 11:44:00 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-10 11:44:00 +0000 |
commit | d32dce0a680b63c6a7132c399f3860efd19ad969 (patch) | |
tree | 2d6fbae2a1bacd1e8f3dbcbfd56867d0e13d0049 /lang | |
parent | be0138a1e13e92cf85aa956eb8e066067b1192d4 (diff) | |
download | ports-d32dce0a680b63c6a7132c399f3860efd19ad969.tar.gz ports-d32dce0a680b63c6a7132c399f3860efd19ad969.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index 7c9b91f80db9..f6f1a3d268da 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -554,7 +554,7 @@ CONFIGURE_ARGS+=--with-zlib=yes .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 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 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 |