diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-20 19:46:15 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-20 19:46:15 +0000 |
commit | 573b4b9b07e3e3e822bf4e8caa8f2ab3bc18ee54 (patch) | |
tree | d763f8e6e447167de1c0b30455f24a25f11a4c47 /lang/php5 | |
parent | . Update to 2.0b4. (diff) |
- Define APACHE_COMPAT for ${APXS} for USE_APACHE-ng
Reported by: pointyhat via kris
Approvd by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=143243
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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" |