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

(-)bsd.php.mk (-2 / +4 lines)
Lines 233-242 Link Here
233
# Extensions
233
# Extensions
234
.if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes"
234
.if defined(_POSTMKINCLUDED) && ${USE_PHP:L} != "yes"
235
# non-version specific components
235
# non-version specific components
236
_USE_PHP_ALL=	bcmath bz2 calendar ctype curl dba dbase \
236
_USE_PHP_ALL=	bcmath bitset bz2 calendar ctype curl dba dbase \
237
		exif fileinfo fribidi ftp gd gettext gmp \
237
		exif fileinfo fribidi ftp gd gettext gmp \
238
		hash iconv imap interbase json ldap mbstring mcrypt \
238
		hash iconv imap interbase json ldap mbstring mcrypt \
239
		mhash mssql mysql ncurses odbc \
239
		memcache mhash mssql mysql ncurses odbc \
240
		openssl pcntl pcre pdf pgsql posix \
240
		openssl pcntl pcre pdf pgsql posix \
241
		pspell radius readline recode session shmop snmp \
241
		pspell radius readline recode session shmop snmp \
242
		sockets sybase_ct sysvmsg sysvsem sysvshm \
242
		sockets sybase_ct sysvmsg sysvsem sysvshm \
Lines 248-253 Link Here
248
		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
248
		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
249
249
250
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
250
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
251
bitset_DEPENDS=	math/pecl-bitset
251
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
252
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
252
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
253
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
253
crack_DEPENDS=	security/php${PHP_VER}-crack
254
crack_DEPENDS=	security/php${PHP_VER}-crack
Lines 279-284 Link Here
279
mcrypt_DEPENDS=	security/php${PHP_VER}-mcrypt
280
mcrypt_DEPENDS=	security/php${PHP_VER}-mcrypt
280
mcve_DEPENDS=	devel/php${PHP_VER}-mcve
281
mcve_DEPENDS=	devel/php${PHP_VER}-mcve
281
mhash_DEPENDS=	security/php${PHP_VER}-mhash
282
mhash_DEPENDS=	security/php${PHP_VER}-mhash
283
memcache_DEPENDS=	databases/pecl-memcache
282
ming_DEPENDS=	graphics/php${PHP_VER}-ming
284
ming_DEPENDS=	graphics/php${PHP_VER}-ming
283
mnogosearch_DEPENDS=	www/php${PHP_VER}-mnogosearch
285
mnogosearch_DEPENDS=	www/php${PHP_VER}-mnogosearch
284
mssql_DEPENDS=	databases/php${PHP_VER}-mssql
286
mssql_DEPENDS=	databases/php${PHP_VER}-mssql

Return to bug 114361