summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/php4/Makefile1
-rw-r--r--lang/php5/Makefile1
-rw-r--r--lang/php53/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index c9edf38473a1..8d8d32f7fe2b 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -59,6 +59,7 @@ WITH_APACHE= yes
.if defined(WITH_APACHE)
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
+APACHE_COMPAT= yes
.endif
.if ${PHP_SAPI} == "cgi"
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 0f7fc4c7d450..924dec8c2398 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -64,6 +64,7 @@ WITH_APACHE= yes
.if defined(WITH_APACHE)
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
+APACHE_COMPAT= yes
.endif
.if ${PHP_SAPI} == "cgi"
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 0f7fc4c7d450..924dec8c2398 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -64,6 +64,7 @@ WITH_APACHE= yes
.if defined(WITH_APACHE)
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
+APACHE_COMPAT= yes
.endif
.if ${PHP_SAPI} == "cgi"