summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-09-20 19:46:15 +0000
committerClement Laforet <clement@FreeBSD.org>2005-09-20 19:46:15 +0000
commit573b4b9b07e3e3e822bf4e8caa8f2ab3bc18ee54 (patch)
treed763f8e6e447167de1c0b30455f24a25f11a4c47
parent. Update to 2.0b4. (diff)
- Define APACHE_COMPAT for ${APXS} for USE_APACHE-ng
Reported by: pointyhat via kris Approvd by: portmgr (self)
-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"