diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-12-17 06:48:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-12-17 06:48:01 +0000 |
commit | 0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02 (patch) | |
tree | 2af6f5e9364f1fa0305911c1aee151b0e72a91bf /Mk | |
parent | 020f0ea235e628f88ce7b2f8b34b62cf9e4e38d7 (diff) | |
download | ports-0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02.tar.gz ports-0a62d1f8eb8dacae3ce14258c86b01d3aebf2c02.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index b44e78f5b18f..616691241ff1 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -46,7 +46,7 @@ PHP_VER?= ${DEFAULT_PHP_VER} .if ${PHP_VER} == 4 PHP_EXT_DIR= 20020429 .else -PHP_EXT_DIR= 20040412 +PHP_EXT_DIR= 20041030 .endif .if exists(${LOCALBASE}/include/apache2/httpd.h) APACHE_MPM!= ${APXS} -q MPM_NAME |