diff options
author | clement <clement@FreeBSD.org> | 2005-09-21 03:46:15 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-21 03:46:15 +0800 |
commit | 7df43b29d9bfd8059ce465b72f2ff328b6034693 (patch) | |
tree | 252562d8eacf54b9ded82595b100ef99b92fac95 /lang/php4 | |
parent | b8d12ae040c6dee06fd77829a43633b067d87bf7 (diff) | |
download | freebsd-ports-gnome-7df43b29d9bfd8059ce465b72f2ff328b6034693.tar.gz freebsd-ports-gnome-7df43b29d9bfd8059ce465b72f2ff328b6034693.tar.zst freebsd-ports-gnome-7df43b29d9bfd8059ce465b72f2ff328b6034693.zip |
- Define APACHE_COMPAT for ${APXS} for USE_APACHE-ng
Reported by: pointyhat via kris
Approvd by: portmgr (self)
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 1 |
1 files changed, 1 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" |