diff options
author | ale <ale@FreeBSD.org> | 2005-11-16 08:14:35 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-11-16 08:14:35 +0000 |
commit | ae226f493f24738ec0cc9f6682dbd3d390ee0b4c (patch) | |
tree | c3ac49419fb851c9eea018b478014d253e6a64c4 /Mk | |
parent | c3df6f1b3ab8caf6e1d0a0342c3366f25038f10c (diff) | |
download | FreeBSD-ports-ae226f493f24738ec0cc9f6682dbd3d390ee0b4c.zip FreeBSD-ports-ae226f493f24738ec0cc9f6682dbd3d390ee0b4c.tar.gz |
Fix make index (define APXS is not already set).
PR: ports/88827
Submitted by: Vasil Dimov <vd@datamax.bg>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 2916739..2f2f37c 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -49,6 +49,7 @@ PHP_EXT_DIR= 20020429 PHP_EXT_DIR= 20041030 .endif .if exists(${LOCALBASE}/include/apache2/httpd.h) +APXS?= ${LOCALBASE}/sbin/apxs APACHE_MPM!= ${APXS} -q MPM_NAME .if ${APACHE_MPM} == "worker" PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts |