diff options
author | ale <ale@FreeBSD.org> | 2009-03-06 18:08:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-03-06 18:08:35 +0800 |
commit | cda4cb0e938960d41d98a51ee53848b56f54c6cc (patch) | |
tree | 5022cc200f018dae0bc62ad631ecdbd308ea4365 /Mk | |
parent | 54fbbce18cfd3a02e873d9eecdafbeba7b28b456 (diff) | |
download | freebsd-ports-gnome-cda4cb0e938960d41d98a51ee53848b56f54c6cc.tar.gz freebsd-ports-gnome-cda4cb0e938960d41d98a51ee53848b56f54c6cc.tar.zst freebsd-ports-gnome-cda4cb0e938960d41d98a51ee53848b56f54c6cc.zip |
Update to 5.2.9 release and re-add pcre extension.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 7 |
1 files changed, 3 insertions, 4 deletions
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 |