From c99d0d73375c262760701431d7a9cd4e52beafbb Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 6 Mar 2009 10:08:35 +0000 Subject: Update to 5.2.9 release and re-add pcre extension. --- Mk/bsd.php.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 4747504a76ac..b0c2d5072b29 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -49,7 +49,6 @@ PHP_VER?= ${DEFAULT_PHP_VER} PHP_EXT_DIR= 20020429 .else PHP_EXT_DIR= 20060613 -PHP_EXT_INC= pcre .endif HTTPD?= ${LOCALBASE}/sbin/httpd @@ -162,7 +161,9 @@ do-phpize: @(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${PHPBASE}/bin/phpize) .endif -.if defined(USE_PHPEXT) +.endif + +.if defined(_POSTMKINCLUDED) && defined(USE_PHPEXT) PHP_MODNAME?= ${PORTNAME} PHP_HEADER_DIRS?= "" @@ -230,8 +231,6 @@ php-ini: @${ECHO_CMD} "****************************************************************************" .endif -.endif - # Extensions .if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes" # non-version specific components -- cgit v1.2.3