diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-03-06 10:08:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-03-06 10:08:35 +0000 |
commit | c99d0d73375c262760701431d7a9cd4e52beafbb (patch) | |
tree | 5a14e50c2b8f9b725257b480e595cad24063d575 /Mk | |
parent | 2a025b77c3dfcc1a245f021047481c33794fe5c6 (diff) | |
download | ports-c99d0d73375c262760701431d7a9cd4e52beafbb.tar.gz ports-c99d0d73375c262760701431d7a9cd4e52beafbb.zip |
Notes
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 |