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

(-)bsd.php.mk (-1 / +2 lines)
Lines 251-257 Link Here
251
# Extensions
251
# Extensions
252
.if ${USE_PHP:L} != "yes"
252
.if ${USE_PHP:L} != "yes"
253
# non-version specific components
253
# non-version specific components
254
_USE_PHP_ALL=	bcmath bz2 calendar ctype curl dba dbase dbx dio \
254
_USE_PHP_ALL=	bcmath big_int bz2 calendar ctype curl dba dbase dbx dio \
255
		exif fileinfo filepro fribidi ftp gd gettext gmp \
255
		exif fileinfo filepro fribidi ftp gd gettext gmp \
256
		iconv imagick imap interbase ldap mbstring mcrypt mcve \
256
		iconv imagick imap interbase ldap mbstring mcrypt mcve \
257
		mhash ming mnogosearch mssql mysql ncurses odbc \
257
		mhash ming mnogosearch mssql mysql ncurses odbc \
Lines 264-269 Link Here
264
_USE_PHP_VER5=	${_USE_PHP_ALL} dom mysqli simplexml soap sqlite tidy xsl
264
_USE_PHP_VER5=	${_USE_PHP_ALL} dom mysqli simplexml soap sqlite tidy xsl
265
265
266
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
266
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
267
big_int_DEPENDS=math/pecl-big_int
267
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
268
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
268
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
269
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
269
crack_DEPENDS=	security/php${PHP_VER}-crack
270
crack_DEPENDS=	security/php${PHP_VER}-crack

Return to bug 81200