View | Details | Raw Unified | Return to bug 211344
Collapse All | Expand All

(-)Mk/Uses/php.mk (-2 / +1 lines)
Lines 277-283 Link Here
277
# Extensions
277
# Extensions
278
.  if defined(USE_PHP) && ${USE_PHP:tl} != "yes"
278
.  if defined(USE_PHP) && ${USE_PHP:tl} != "yes"
279
# non-version specific components
279
# non-version specific components
280
_USE_PHP_ALL=	apc bcmath bitset bz2 calendar ctype curl dba dom \
280
_USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dom \
281
		exif fileinfo filter ftp gd gettext gmp \
281
		exif fileinfo filter ftp gd gettext gmp \
282
		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
282
		hash iconv igbinary imap interbase intl json ldap mbstring mcrypt \
283
		memcache mysqli odbc opcache \
283
		memcache mysqli odbc opcache \
Lines 291-297 Link Here
291
_USE_PHP_VER56=	${_USE_PHP_ALL} mssql mysql sybase_ct
291
_USE_PHP_VER56=	${_USE_PHP_ALL} mssql mysql sybase_ct
292
_USE_PHP_VER70=	${_USE_PHP_ALL}
292
_USE_PHP_VER70=	${_USE_PHP_ALL}
293
293
294
apc_DEPENDS=	www/pecl-APC
295
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
294
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
296
.    if ${PHP_VER} == 70
295
.    if ${PHP_VER} == 70
297
bitset_DEPENDS=	math/pecl-bitset
296
bitset_DEPENDS=	math/pecl-bitset

Return to bug 211344