View | Details | Raw Unified | Return to bug 82575 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/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 bz2 calendar cpdf 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 266-271 Link Here
266
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
266
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
267
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
267
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
268
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
268
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
269
cpdf_DEPENDS=	print/php${PHP_VER}-cpdf
269
crack_DEPENDS=	security/php${PHP_VER}-crack
270
crack_DEPENDS=	security/php${PHP_VER}-crack
270
ctype_DEPENDS=	textproc/php${PHP_VER}-ctype
271
ctype_DEPENDS=	textproc/php${PHP_VER}-ctype
271
curl_DEPENDS=	ftp/php${PHP_VER}-curl
272
curl_DEPENDS=	ftp/php${PHP_VER}-curl

Return to bug 82575